4

There are three filters out of the box. 1. I've Recently modified, 2. I'm editing and 3 my favorite inside site content(docsummary) dashlets alfresco share.

I need to add one more filter called "modified by other user". Is it possible, could someone please put lights on it.

1 Answers1

5

To modify “site content” dashlets:

you need to add <filter type="editingOthers" /> in file docsummary.get.config.xml

And add filter.editingOthers=Modified By Others in file docsummary.get_en.properties

After this you may have to change web script to search desired parameter for your dashlet. For that make changes in doclist.get.js file located in alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\slingshot\documentlibrary\doclist.get.js.

For ref: https://wiki.alfresco.com/wiki/Web_Scripts#Advanced_Implementations

Krutik Jayswal
  • 3,165
  • 1
  • 15
  • 38
Naman
  • 2,205
  • 2
  • 19
  • 32