perform tech. map cover with feedback

This commit is contained in:
Tramy Nguyen 2019-06-12 00:55:56 -06:00
parent 4f37244523
commit 7f978c11cb
75 changed files with 9643 additions and 6670 deletions

View file

@ -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;