-
Bug
-
Resolution: Done
-
Major
-
6.4.4
-
2017 Week 34-35, 2017 Week 36-37, 2017 Week 38-39, 2017 Week 40-41-42
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>";
- clones
-
RHPAM-199 "mismatched character" error due to BPM Suite removing "\" from On Entry-Exit Action Scripts
- Closed