05-17-2018 06:14 AM
05-17-2018 07:40 AM
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
05-18-2018 03:02 AM
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
05-18-2018 03:49 AM
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
05-18-2018 04:31 AM
Thank you so much. This method is effective
Explore our Alfresco products with the links below. Use labels to filter content by product module.