cancel
Showing results for 
Search instead for 
Did you mean: 

hide/disable Personal Trashcan

seraj
Champ in-the-making
Champ in-the-making
Hello,
How to hide/disable personal trashcan for users except Administrator.
Thanks
1 REPLY 1

niketapatel
Star Contributor
Star Contributor
I dont think there is any configuration available for trashCan options:

You can change this file userprofiletoolbar.get.js located at: tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\profile

Search for "user-trashcan-link" and add code snippet as below


      // Add Trashcan link
     if(user.isAdmin)
     {
      addLink("user-trashcan-link", "user-trashcan", "link.trashcan");
     }


Deploy your changes and verify.

Please put this into extension env.