-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10-HF03
-
Fix Version/s: 8.10
-
Component/s: Forum (deprecated)
-
Tags:
-
Sprint:nxfit 8.4.2
-
Story Points:2
Hide access rights tab on Thread doctype because permissions tab is now available everywhere.
The following action should be removed (or at least disabled) now we have Permissions tab on every document.
<action id="thread_rights" link="/incl/tabs/document_rights.xhtml" order="50" enabled="true" label="action.view.rights" icon="/icons/file.gif" type="rest_document_link"> <category>VIEW_ACTION_LIST</category> <filter id="on_thread_rights"> <rule grant="true"> <permission>WriteSecurity</permission> <type>Thread</type> </rule> </filter> </action>