连线校验功能打开
This commit is contained in:
parent
29674d0471
commit
0c95139822
@ -264,7 +264,7 @@ public class PublishFormBeforeSaveEvent extends InterruptListener implements Int
|
||||
String shapeId = o.getString("id");
|
||||
|
||||
String shapeName = o.getString("name");
|
||||
String title = o.getString("title");
|
||||
String title = o.getString("text");
|
||||
if (!shapeName.equals("linker")) {
|
||||
list_linker.add(shapeId);
|
||||
json.put(shapeId,title);
|
||||
|
||||
@ -9523,7 +9523,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
for (JSONObject o : elements_fei) {
|
||||
String shapeId = o.getString("id");
|
||||
String shapeName = o.getString("name");
|
||||
String title = o.getString("title");
|
||||
String title = o.getString("text");
|
||||
if (!shapeName.equals("linker")) {
|
||||
list_linker.add(shapeId);
|
||||
jsonObjects.put(shapeId,title);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user