-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 31
-
Component/s: Automation
-
Tags:
How to reproduce:
- create an automation chain in Studio which updates a string property of the current document:
dc:description=@{Document['dc:title']} @{Fn.getNextId("myuidseq")}
- click on button Switch editor twice, a space in inserted after the =
dc:description = @{Document['dc:title']} @{Context['nextId']}
- link this automation to a Contextual tools user action
- deploy and click on the user action
dc:description property is updated but a space character is inserted at the beginning.