dnnsoftware / Dnn.Platform

DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
https://dnncommunity.org/
MIT License
1.02k stars 747 forks source link

Add sorting functionality to recycle bin items #6079

Closed ufoloko closed 3 months ago

ufoloko commented 3 months ago

This PR Closes #6075

Recycle bin section, for now is ordering items according ids (TabId, ModuleId, UserId), but when you have a lot of deleted information, is a little bit hard to locate information.

I added an option to sort pages, modules or users according to main fields as name, alias or deletion date. Additionally i have changed Date column name to Deletion Date, to be more specific about what that field means.

david-poindexter commented 3 months ago

Wonderful improvement! 🎉