Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Fix Version/s: 1.7.0
-
Component/s: Administrator
-
Labels:None
-
Environment:Same as
MIRTH-689
-
Operating System:Linux
Description
When editing Javascript in DatabaseWriter type destination, if you drag a user-defined variable (defined in previous transformers), it appears in the editor as:
${TIPO}
but this appears to be incorrect.
The correct way seems to be:
${'TIPO'}
But is confusing that the UI generates the code this way
Happy New Year!
${TIPO}
but this appears to be incorrect.
The correct way seems to be:
${'TIPO'}
But is confusing that the UI generates the code this way
Happy New Year!