Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-19859

Fix automation chain/script to a generic suggestion widget Studio binding

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 8.2
    • Fix Version/s: QualifiedToSchedule
    • Component/s: Automation
    • Tags:
    • Sprint:
      nxfit 8.4.1

      Description

      When setting values to a select2 from automation script in Studio, for instance:

      var result = [{
          "id": "1",
          "displayLabel": "Label 1"
        }, {
          "id": "2",
          "displayLabel": "Label 2"
        }];
      return result;
      

      It does not fill the select2 properly.

      The same with an automation chain (see screenshot attached).

      Maybe: Operation Context should be propagated? To confirm.

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated: