Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-3218

Switching back from 'YAML' editor to regular chain editor adds a space character after the '=' in operation 'Document.Update', which inserts the space character in the property's value

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 31
    • Fix Version/s: 31.2, 32
    • Component/s: Automation

      Description

      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.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: