Hello,
In my opinion a very important feature missing in Mayan respect the competitors is the ability, in a single cabinet or after a search, to display documents by Creation Date (ascending and descending) and not only alfabetically by Label as now.
Thanks in advance
Dario
Display order by Creation Date
Re: Display order by Creation Date
Better request this new filter for cabinets via https://gitlab.com/mayan-edms/mayan-edms/-/issues
What is possible but not what you want is sort documents by adding:
to your URL so it becomes:
I tried to add this to a search result too but this ends in an error
What is possible but not what you want is sort documents by adding:
Code: Select all
?_ordering=-datetime_created
Code: Select all
../documents/?_ordering=-datetime_created
Re: Display order by Creation Date
@bwakkie forgive the delay in reply.
THANKS!!
Your trick is working for me attaching the parameter _ordering=-datetime_created at the end of the query referring a specific Cabinet.
It what I was looking for.
I hope can be implemented in a new release but for the meantime it solved my situation.
Dario
THANKS!!
Your trick is working for me attaching the parameter _ordering=-datetime_created at the end of the query referring a specific Cabinet.
It what I was looking for.
I hope can be implemented in a new release but for the meantime it solved my situation.
Dario