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

                 Key: NXP-6087
                 URL: https://jira.nuxeo.org/browse/NXP-6087
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
    Affects Versions: 5.4
            Reporter: Anahide Tchertchian
            Assignee: Anahide Tchertchian
             Fix For: 5.4.1


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]}"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to