-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Tabs
Trying to follow the XML extension section of set 2 of non regression tests, I don't manage to display the Publication targets tab on a File.
Here is my XML extension:
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService"> <action icon="/icons/file.gif" id="TAB_ADMIN_PUBLICATION_TREES" label="action.admin.publication.tree" link="/incl/tabs/admin_publication_trees.xhtml" order="110" type="rest_document_link"> <category>TAB_MANAGE_sub_tab</category> <filter id="non-reg-test"> <rule grant="true"> <type>File</type> </rule> </filter> </action> </extension>
After I deploy it, the Publication targets tab is not available anymore on workspaces. But it's not available on a file.