Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic Aurora Files

 AfterLogic Forum : AfterLogic Aurora Files
Subject Topic: Files are sorted in descending order Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Rovanov
Newbie
Newbie


Joined: 18 January 2022
Location: Netherlands
Online Status: Offline
Posts: 17
Posted: 10 September 2023 at 6:08am | IP Logged Quote Rovanov

After installing Aurora-Files, folders and files are sorted alphabetically in descending order.

Is it possible to sort them in ascending order?

By the way - I am very happy with the Aurora Files platform.

Thanks for reply...
Back to Top View Rovanov's Profile Search for other posts by Rovanov
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 11 September 2023 at 12:33am | IP Logged Quote Igor

Hello,

I've reproduced the issue and have reported it to the developers, it'll be corrected in one of the nearest releases.

As a quick solution, I can suggest setting "Allow" to true under "FilesSortBy" configuration option in data/settings/modules/FilesWebclient.config.json file:

Code:
"FilesSortBy": [
     {
          "Allow": true,
          "DisplayOptions": [
               "Filename",
               "Size",
               "Modified"
          ],
          "DefaultSortBy": "Filename",
          "DefaultSortOrder": "Asc"
     },
     "array",
     null,
     "Defines a set of rules for sorting files and folders. Filename|Size|Modified. DefaultSortOrder - Asc|Desc"
]


This will also enable a sorting switch in a toolbar, if you'd rather have it disabled, set "DisplayOptions" to an empty list:

Code:
"DisplayOptions": [
],


Thanks again!

--
Regards,
Igor, Afterlogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Rovanov
Newbie
Newbie


Joined: 18 January 2022
Location: Netherlands
Online Status: Offline
Posts: 17
Posted: 11 September 2023 at 3:05pm | IP Logged Quote Rovanov

Thanks Igor,

Works perfect!
Back to Top View Rovanov's Profile Search for other posts by Rovanov
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide