perform tech. map cover with feedback
This commit is contained in:
parent
4f37244523
commit
7f978c11cb
75 changed files with 9643 additions and 6670 deletions
|
|
@ -423,7 +423,8 @@ public class SBOLField2 extends JPanel implements ActionListener {
|
|||
if(isComponentDefinition)
|
||||
{
|
||||
ComponentDefinition cd = (ComponentDefinition) sbolObj;
|
||||
ComponentDefinition editedCD = PartEditDialog.editPart(getParent(), null, cd, true, true, workingDoc, false);
|
||||
//ComponentDefinition editedCD = PartEditDialog.editPart(getParent(), null, cd, true, true, workingDoc, false);
|
||||
ComponentDefinition editedCD = PartEditDialog.editPart(getParent(), null, cd, true, true, workingDoc);
|
||||
if (editedCD == null) {
|
||||
// nothing was changed
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue