-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 73.15.2
-
Fix Version/s: 3.13.0
-
Component/s: Automation
-
Tags:
-
Backlog priority:300
-
Sprint:NOS 11.1.9 - 2019-05 02, NOS 11.1.10 - 2019-06 01
-
Story Points:3
The value of the parameter of type Properties of an operation containing a MVEL expression is lost when switching to the YAML editor.
How to reproduce:
- create a new automation chain
- add a Document.Create operation with Type parameter set to File and Properties parameter set to
@{Context.get("docMetaData")}
- add a Document.Update operation with Properties parameter set to
@{Context.get("docMetaData")}
- click on the Switch editor button to switch to the YAML editor
Expected result: Properties parameter of operation Document.Create and Document.Update contains
@{Context.get(\"docMetaData\")}
Actual result: Properties parameter of operation Document.Create and Document.Update contains
{}
Then switching back to the regular editor generates an error.
- is related to
-
NXS-5333 Fix multiline values when switching editors in Automation Chain editor
- Open