Disable Download action file and folder for a customer role

cancel
Showing results for 
Search instead for 
Did you mean: 
calvo
Senior Member

Re: Disable Download action file and folder for a customer role

Jump to solution

Hi,

 

I think this issue has been explained in other messages. Please, take a look (sorry, thread in spanish):

How to disable consumer's download/share right in 5.2.e 

Maybe, it could give you more information. 

Regards,

clv

calvo
Senior Member

Re: Disable Download action file and folder for a customer role

Jump to solution

Hi,

Please, try other threads:

 

Regards,

clv

piyush48
Established Member

Re: Disable Download action file and folder for a customer role

Jump to solution

Hi All,

Hi @sanjaybandhniya 

I have tried your code but it isnt working for me . I have inserted the code which i am using. I think it should hide download button from document but it is not hiding. Also Could you suggest me how can i disable it for contributor and coordinator but  not for editor and collaborator  

	<action id="document-download" type="link" label="actions.document.download">
	<param name="href">{downloadUrl}</param>
	
	<evaluator>evaluator.doclib.action.disableAction</evaluator>
	</action>