root/org.nuxeo.ecm.platform/trunk/nuxeo-platform-audit-client/src/main/resources/OSGI-INF/actions-contrib.xml

Revision 26876, 0.9 kB (checked in by ddupraz, 2 years ago)

minor changes on Section tab display (5.2)

  • Property svn:eol-style set to native
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <component name="org.nuxeo.ecm.platform.audit.web">
4
5   <documentation>
6
7       NXAudit action contributions.
8
9       @version 1.0
10       @author <a href="mailto:ja@nuxeo.com">Julien Anguenot</a>
11   </documentation>
12
13   <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions">
14
15     <documentation>
16
17       Contribute a new action related to document history.
18
19     </documentation>
20
21     <action id="TAB_CONTENT_HISTORY" link="/incl/tabs/document_history.xhtml"
22       enabled="true" label="action.view.history" icon="/icons/file.gif"
23       order="100">
24       <category>VIEW_ACTION_LIST</category>
25       <filter id="view_content_history">
26         <rule grant="false">
27           <type>WorkspaceRoot</type>
28           <type>SectionRoot</type>
29           <type>Server</type>
30         </rule>
31       </filter>
32       <filter-id>mutable_document</filter-id>
33      </action>
34
35   </extension>
36
37
38 </component>
Note: See TracBrowser for help on using the browser.