-
Bug
-
Resolution: Done
-
Major
-
6.x.x
BPM Suite 6 removes "\" from "On Entry-Exit Action" fields after saving a process definition which results in "mismatched character".
In a Script Task, it happens only in "On Entry-Exit Action" fields, it works well for Script field. For instance:
Before saving (Script Task - "On Entry Action" field):
String pName = "product"; String link = "<a href=\"#\" onclick=\"window.open('" + pName + "', '', 'width=800,height=600,toolbar=0,status=0');\">View Instruction</a>";
After saving:
String pName = "product"; String link = "<a href="#" onclick="window.open('" + pName + "', '', 'width=800,height=600,toolbar=0,status=0');">View Instruction</a>";
- is cloned by
-
RHBPMS-4865 [GSS](6.4.z) "mismatched character" error due to BPM Suite removing "\" from On Entry-Exit Action Scripts
- Verified
- is related to
-
JBPM-5437 Double quotes of 'On Entry/Exit Actions' are not escaped after process reopening
- Resolved