Issue (View Online)

Key: NXP-577
Issue Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Laurent Godard
Reporter: Anahide Tchertchian

Operations

View all
View comments
View history
Extension points documentation escapes xml examples 
Updated: 08/02/07 17:03   Created: 08/02/07 17:03  

Project: Nuxeo Enterprise Platform 5

 Description   
the actions framework documentation gives examples like:

      Example of action filter using default filter implementation:

      <filter id="theFilter">
        <rule grant="">
          <permission>Write</permission>
          <facet>Folderish</facet>
          <condition>EL condition</condition>
          <type>Workspace</type>
          <type>Section</type>
        </rule>
        <rule grant="false">
          <condition>EL condition 1</condition>
          <condition>EL condition 2</condition>
        </rule>
      </filter>

This is rendered here escaping tags:
http://public.dev.nuxeo.com/~lgodard/nxpointdoc/org.nuxeo.ecm.platform.actions.ActionService.html

 Example of action filter using default filter implementation:

Write
Folderish
EL condition
Workspace
Section

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

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

Reply via email to