Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-3205

Make it possible to show a tab using XML extension

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Not A Bug
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Tabs

      Description

      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.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: