06-19-2014 02:32 PM
Its possible to deny to a group the download action? or hide the Download button to them? I want users just to "read" the files but not download them.
Thanks
06-20-2014 07:44 AM
Hello,
You can make it in a custom plugin. You must have a custom action-contrib.xml to override your action. For example i overrided quota action as follow:
<action id="TAB_QUOTA" link="/incl/tabs/document_quota.xhtml"
order="400" label="action.view.quota" icon="/icons/file.gif"
accessKey="q">
<category>VIEW_ACTION_LIST</category>
<filter-id>QUOTA_MANAGABLE_DOCTYPES</filter-id>
<filter id="QUOTA_MANAGABLE_DOCTYPES_has_subtabs">
<rule grant="true">
<condition>#{userSession.administrator}</condition>
</rule>
</filter>
</action>
You can specify yours access conditions.
Hope its help you.
11-03-2015 03:29 PM
With Nuxeo 7.4, it is now super easy: https://doc.nuxeo.com/x/BI_RAQ
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.