Fixed the sorting of the files

This commit is contained in:
Scott Idem
2024-09-23 14:46:20 -04:00
parent f9e156e862
commit a92f8a486e
2 changed files with 4 additions and 4 deletions

View File

@@ -284,7 +284,7 @@ export async function search__event_file(
like_search_qry_str = null,
like_presentation_search_qry_str = null,
like_file_search_qry_str = null,
order_by_li = {'priority': 'DESC', 'sort': 'DESC', 'filename': 'ASC', 'extension': 'ASC', 'hosted_file_size': 'ASC', 'updated_on': 'DESC', 'created_on': 'DESC'},
order_by_li = {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'filename': 'ASC', 'extension': 'ASC', 'hosted_file_size': 'ASC'},
params = {},
try_cache = true,
log_lvl = 0