-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP FP63, 7.0.X, 7.1.10 DXP FP4, 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP70, 7.0.X, 7.1.10 DXP FP7, 7.1.10.2 SP2, 7.1.3 CE GA4, 7.1.X, 7.2.X, Master
-
Component/s: Alloy Editor, Business Productivity > Kaleo Designer
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Story Points:0.25
-
Fix Priority:3
-
Sprint:Workflow_7.2_02
-
Git Pull Request:
Line breaks are replaced by <br/> and </br> codes and the script does not work due to the incorrect format.
Steps to reproduce:
- Start a master-private, 7.0.x-private or 7.1.x-private bundle.
- Go to Control Panel -> Kaleo Designer option.
- Click Add New Definition.
- Add a Condition to the View panel.
- Double click on the newly added Condition.
- Go to the management toolbar on the left and double click on the Script value.
- Add a new line in the script and save, for example:
returnValue = "Transition Name"; //test
8. Check again the value of the script field.
Expected result the value remains the same with the changes added.
Actual result : line breaks are replaced with <br/> and </br> codes, which will make the script fail.
returnValue = "Transition Name";<br/></br>//test
- is caused by
-
LPS-73762 CLONE - Line breaks are not handled properly in textarea fields of Dynamic Data Lists
- Closed
-
AUI-3112 Event creation in DDL spreadsheet has incorrect date format
-
- Closed
-
- is duplicated by
-
LPS-87963 Kaleo designer script saved with incorrect format
- Closed
- is related to
-
AUI-3094 Datatable handles incorrectly new line characters in textarea field
-
- Selected for Development
-