Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6147
|
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
|