03-18-2012 06:22 AM
Hello, when I created a new document type with the facet "Folderish", the tab "Relations" disappears in the document. Why ? Is it possible to reactivate this tab ?
Olivier
03-19-2012 02:15 AM
The tab relation definition is like that:
<action id="TAB_RELATIONS" link="/incl/tabs/document_relations.xhtml"
enabled="true" label="action.view.relations" order="55">
<category>VIEW_ACTION_LIST</category>
<filter id="view_relations">
<rule grant="true">
<permission>Read</permission>
</rule>
<rule grant="false">
<facet>Folderish</facet>
</rule>
<rule grant="false">
<type>Server</type>
</rule>
</filter>
</action>
You have to contribute
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.