Publication Log

In Publicaion Log, by Site, how do I order entries in descending order (date/time)? I’ve done this before but during upgrade to 6.5.2 somehow lost it.
Thanks…

It was lost because you have to update a system app and they get overwritten on upgrade.
The app in question is sys_pubPublications. Find the pubmain resource whose Request Properties select it for the sys_componentname=pub_publogbysite (it’s the 2nd one down by that name on the left.)
Edit the request object, then open the sorter. Uncheck the Ascending checkbox for the startdate.

Whenever changes are made to system apps, you should version control the original and the changed files. This will then allow you to easily apply your changes on the upgrade.

Thank you for reminding me how to do this.