Order by Folder Name alphabetical in 'Jump to folder' dialog

Permalink
Is there an easy 'hack' to show the folder list in the 'Jump to Folder' dialog in the Filemanager ordered by foldername?

By default it orders by creation date, showing the newest folder at the bottom of the list.

 
mnakalay replied on at Permalink Reply
mnakalay
There is no way to do that. The folders are actually ordered by ID.

If it was absolutely necessary and you couldn't live without it, you could write a bit of Javascript to grab the list's HTML and re-order it. That could be triggered from your browser. It's a total hack but it's a solution.