Skip to content

Commit a981141

Browse files
committed
Fix for error message while saving component
1 parent ffe50bc commit a981141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal/src/main/java/edu/isi/wings/portal/controllers/ComponentController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public synchronized boolean incrementWorkflowVersionContainingComponent(String c
166166
e.printStackTrace();
167167
this.end();
168168
}
169-
return false;
169+
return true;
170170
}
171171

172172
public synchronized HashMap<String, ArrayList<String>> getWorkflowsContainingComponent(String cid) {

0 commit comments

Comments
 (0)