How to disable this function:view it in a browser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018 05:32 AM
How to disable this function:view it in a browser,because it allows users to use the function of “save as”.
This icon has an eye. As shown in the attached screenshot.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018 05:41 AM
<config evaluator="string-compare" condition="DocLibActions">
<actions>
<action id="document-view-content" type="link" label="actions.document.view">
<param name="href">{viewUrl}</param>
<evaluator>evaluator.doclib.action.disableAction</action></actions>
</config>
Add above consiguration in side the DocLibActions in share-config-custom.xml
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018 06:05 AM
Thanks very much!
