Description
For 7.2, we want to change the default order because initially DM was designed to show the most recent files first.
In the other hand, that idea probably makes more sense in an active collaborative/sharing environment where the users want to see which files have changed more. Due to that we should study if it makes sense show the most updated files first for DM instead of a more conservative ordering option like A-Z by name (repository approach).
Notes
This bug was solved wrong many times because there are multiple bugs reported related with https://github.com/liferay/clay/issues/1606
Scope
DM views (list/cards/table)
Steps to Reproduce
- Product Menu > Content > DM
- Upload some files
- Wait a period of time
- Upload a file
Current Behavior
The item uploaded in step 4 is the last item of the list.
Expected
The item uploaded in step 4 must be the first item of the list.