cancel
Showing results for 
Search instead for 
Did you mean: 

My Documents dashlet - Remove search options

rodrigorapozo
Champ in-the-making
Champ in-the-making
Hello everyone in the 'I've recently modified' dropdown on "the My Documents" dashlet, how I can remove or hide (the correct way) the following options:

Synced content
Synced with erros

Best Regards.
2 REPLIES 2

niketapatel
Star Contributor
Star Contributor
Hi you can remove this options from "my-documents.get.config.xml"  located at - tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\dashlets

Please put this in extension and redeploy this webscript.


<config>
   <max-items>50</max-items>
   <filters>
      <filter type="recentlyModifiedByMe" />
      <filter type="editingMe" />
      <filter type="favourites" />
   </filters>
</config>


I hope you want to keep Cloud Sync enabled.. If you want to disable it completely then add below property in your alfresco-global.property file
which will remove Cloud sync options from everywhere like from repository, My Document dashlet etc…

sync.mode=OFF

Hope it helps!

Thanks a lot niketapatel.

Best Regards