cancel
Showing results for 
Search instead for 
Did you mean: 

summary tab

hgonzalez_
Confirmed Champ
Confirmed Champ

I have defined a custom document in Java which works perfectly. How can I add a "Summary" tab? My code is not working.

 <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions">
  <action id="TAB_VIEW_FOLDERISH" link="/incl/tabs/document_view.xhtml" order="11" label="action.view.summary" icon="/icons/file.gif">
      <category>VIEW_ACTION_LIST</category>
      <filter id="viewTabForFolderish">
        <rule grant="true">
          <type>MyDocument</type>
        </rule>
      </filter>
    </action>
  </extension>
1 ACCEPTED ANSWER

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

Did you see your contribution registered?

You must see in logs something like:

Component activated: theNameOfYourComponent

Is your component name unique?

Do you have ERROR or WARN in logs around this contribution?

View answer in original post

3 REPLIES 3

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

Did you see your contribution registered?

You must see in logs something like:

Component activated: theNameOfYourComponent

Is your component name unique?

Do you have ERROR or WARN in logs around this contribution?

Fixed. I removed the folderlish facet and granted the TAB_VIEW

Your document type can be a folderish and have this tab displayed... Your contribution seems good. Maybe the name of the component was duplicated that will explain your contribution was not deployed. But if it's good for you it's good enough

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.