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

Fix Document Proxy expression

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 23
    • Fix Version/s: 24
    • Component/s: User Actions

      Description

      If the option Document Proxy is selected for the property Current document is in the User Action screen, it generates the following expression which is incorrect

              <rule grant="false">
                <condition>document.isProxy()</condition>
              </rule>
      

      It should be

      <condition>!document.isProxy()</condition>
      

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: