cancel
Showing results for 
Search instead for 
Did you mean: 

Hide 'Start Workflow' action in Share (5.1)

805654685
Champ in-the-making
Champ in-the-making
4 REPLIES 4

jayesh_prajapat
Star Contributor
Star Contributor

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