Problem with creating a tab menu in mani tab category?

Hello!

My problem is i can't create new tab on main menu, my purpose is just to navigate to specific document. I have used extension point

<extension target=“org.nuxeo.ecm.platform.actions.ActionService”

point="actions">

<action id=“documents” link=“#{navigationContext.navigateToDocument(currentDocumet…)}”

  label="MyLink" order="40">
  <category>MAIN_TABS</category>
</action

but this didn't work :( I'm using NUXEO 5.6.

Thanks.

1 votes

0 answers

1485 views

ANSWER