-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "Date Modified - Descending" the default sort order for assets #1153
Comments
This might be great for Assets Fields in case you have many assets inside a folder and the uploaded asset is not selected after uploading. By sorting them by date desc the uploaded Asset does get selected. |
This definitely addresses one specific issue of finding and selecting your most recently uploaded assets but I would suggest this along with a setting to change the default sorting in settings. This would target the main concern I'm sure most people working in craft have but also give a tool that could solve any developers issue with asset/field sorting. |
@angrybrad, @brandonkelly This is something we've had clients request. Is there any chance of it being implemented? |
Added for the next release! Going with Date Uploaded rather than Date Modified, though. (Worth mentioning that indexes will always remember your last-selected setting though, so if you don’t like the default, all you have to do is change it, and it will stay that way each time you reload.) |
@brandonkelly @angrybrad Can we also introduce this for Entries / Users? For users who haven't sorted items yet, and therefore won't have a default set yet, I would assume the vast majority would want to see the most recent items first. However when you click the Date Modified / Last Login column, the first sorting order is oldest first. As a default I'm not sure how useful that is? |
@jamiewade Good point. Entries’ Channel section sources were already sorted by Post Date - Descending by default, but only until a new sort option was selected. Going forward, all built-in element types’ date sort options will sort themselves in descending order by default when manually clicked on. |
Craft 3.5.9 is out now with this change. |
The text was updated successfully, but these errors were encountered: