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.01k stars 745 forks source link

[Bug]: Recycle bin is not showing LastModifiedOnDate date for modules #6074

Closed ufoloko closed 1 week ago

ufoloko commented 2 weeks ago

Is there an existing issue for this?

What happened?

In Recycle bin section, modules are not showing LastModifiedOnDate information for TabModule, is showing LastModifiedOnDate for Module, so is taking information from where module was installed.

Steps to reproduce?

1.- Add a module into a page and validate time for module creation 2.- Wait for some time 3.- Delete module from page and save deletion time 4.- Go to Recycle bin, modules, and you will see creation module date besides deletion time.

Current Behavior

recycle bin is showing creation module time besides deletion time for a module

Expected Behavior

When you delete a module from a tab(page), in recycle bin you should see deletion date for modules. If posible this should be ordered by deletion time desc, to help location modules when you have a lot of contents.

Relevant log output

No response

Anything else?

No response

Affected Versions

9.13.3 (latest release)

What browsers are you seeing the problem on?

Firefox, Chrome, Safari, Microsoft Edge

Code of Conduct