|
Revision 21856, 0.7 kB
(checked in by sfermigier, 3 years ago)
|
Improve tabs order.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.platform.actions.relations.web"> |
|---|
| 4 |
|
|---|
| 5 |
<extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"> |
|---|
| 6 |
|
|---|
| 7 |
<action id="TAB_RELATIONS" link="/incl/tabs/document_relations.xhtml" |
|---|
| 8 |
enabled="true" label="action.view.relations" order="55"> |
|---|
| 9 |
<category>VIEW_ACTION_LIST</category> |
|---|
| 10 |
<filter id="view_relations"> |
|---|
| 11 |
<rule grant="true"> |
|---|
| 12 |
<permission>Read</permission> |
|---|
| 13 |
</rule> |
|---|
| 14 |
<rule grant="false"> |
|---|
| 15 |
<facet>Folderish</facet> |
|---|
| 16 |
</rule> |
|---|
| 17 |
<rule grant="false"> |
|---|
| 18 |
<type>Server</type> |
|---|
| 19 |
</rule> |
|---|
| 20 |
</filter> |
|---|
| 21 |
</action> |
|---|
| 22 |
|
|---|
| 23 |
</extension> |
|---|
| 24 |
|
|---|
| 25 |
</component> |
|---|