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

Make it possible to use JSF functions in the widgets field definitions

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.4
    • Fix Version/s: 5.4.2-RC1, 5.4.2
    • Component/s: None

      Description

      For instance when trying to reference the last documenyt contributor, the following field definition:

      <field>data.dc.contributors[fn:length(data.dc.contributors)-1]</field>

      is translated into "#

      {row.['data.dc.contributors[fn'].length(data.dc.contributors)-1]}

      " which is an invalid EL expression.

      Should be translated into "#

      {row.data.dc.contributors[fn:length(data.dc.contributors)-1]}

      "

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                atchertchian Anahide Tchertchian
                Reporter:
                atchertchian Anahide Tchertchian
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: