Skip to content

Commit

Permalink
fixed - update gModel element after computing new json data
Browse files Browse the repository at this point in the history
Issue imixs#164
  • Loading branch information
rsoika committed Feb 12, 2023
1 parent 0aa87b1 commit 2851c95
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ protected void executeOperation(final BPMNApplyPropertiesUpdateOperation operati
}
}
}


// finally we need to update the JSONFormsData property of the selected element
// See also issue #164
gModelElement.getArgs().put("JSONFormsData", json.toString());
logger.debug("....execute Update " + operation.getId() + " in " + (System.currentTimeMillis() - l) + "ms");

}
Expand Down

0 comments on commit 2851c95

Please sign in to comment.