Not sure what you are looking for. Assuming you want to know way to hide action in Share. If that is the case, please see this link, Override and extension examples | Alfresco Documentation
IF someone only have the read-only permission for files in a folder,then how to close the function of “Start Workflow” under this folder in repositories of Alfresco
Hi
You can try following,
<action id="document-assign-workflow" type="javascript" label="actions.document.assign-workflow">
<param name="function">onActionAssignWorkflow</param>
<permissions>
<permission allow="true">Write</permission>
<permission allow="true">Delete</permission>
</permissions>
</action>
Hope this will be helpful.
-
Jayesh Prajapati
www.enprowess.com
Thank you so much. This method is effective
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.