Keeping Sorting Method

Hello,

how to keep chosen sorting method after page reload (for example by Priority) on promotion list in admin without adding extra trigger to database?

thanks

The sort order (non default) is determined from URL parameters. Hence, you would have to do some custom work to store/substitute on subsequent requests. It will be awkward to determine if the user has selected a new sort order, or whether you should replace it.