Author |
|
Rovanov Newbie
Joined: 18 January 2022 Location: Netherlands
Online Status: Offline Posts: 33
|
Posted: 10 September 2023 at 6:08am | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 11 September 2023 at 12:33am | IP Logged
|
|
|
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:
Thanks again!
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
Rovanov Newbie
Joined: 18 January 2022 Location: Netherlands
Online Status: Offline Posts: 33
|
Posted: 11 September 2023 at 3:05pm | IP Logged
|
|
|
Thanks Igor,
Works perfect!
|
Back to Top |
|
|