cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize Document Query in Widget

jpetitjean_
Champ in-the-making
Champ in-the-making

Hi, I have a problem with widgets on home board. All widgets show documents in the wrong order. I would like to see documents ordered by "last modified date". how can i do that ?

Thank you

Jérémy PETIT-JEAN C.R.I - University of Pau, France

1 ACCEPTED ANSWER

Thomas_Roger
Star Contributor
Star Contributor

Hi,

Assuming you are using Nuxeo 5.5, all the page providers used by the gadgets in the Home dashboard are defined in this file: https://github.com/nuxeo/nuxeo-user-center/blob/release-5.5/nuxeo-user-dashboard/nuxeo-user-dashboar...

Note that most page providers, where it makes sense, are already sorted by the modification date, there was an issue about the sort in the gadgets: NXP-7605. This is fixed in the HF02 for Nuxeo 5.5.

View answer in original post

3 REPLIES 3

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

You can use Nuxeo IDE to create your own last modified date widget with the Automation Open Social Gadget template.

Thomas_Roger
Star Contributor
Star Contributor

Hi,

Assuming you are using Nuxeo 5.5, all the page providers used by the gadgets in the Home dashboard are defined in this file: https://github.com/nuxeo/nuxeo-user-center/blob/release-5.5/nuxeo-user-dashboard/nuxeo-user-dashboar...

Note that most page providers, where it makes sense, are already sorted by the modification date, there was an issue about the sort in the gadgets: NXP-7605. This is fixed in the HF02 for Nuxeo 5.5.

jpetitjean_
Champ in-the-making
Champ in-the-making

Ok, thank you, HF02 have solved this problem.