Bug fix for file report sorting
This commit is contained in:
@@ -155,7 +155,7 @@ async function handle_qry__event_file(
|
||||
enabled = rpt__hidden,
|
||||
hidden = rpt__enabled,
|
||||
limit = rpt__limit,
|
||||
order_by_li = {'updated_on': 'DESC', 'priority': 'DESC', 'sort': 'DESC', 'filename': 'ASC', 'extension': 'ASC', 'created_on': 'DESC'},
|
||||
order_by_li = {'priority': 'DESC', 'sort': 'DESC', 'created_on': 'DESC', 'updated_on': 'DESC', 'filename': 'ASC', 'extension': 'ASC', 'hosted_file_size': 'ASC'},
|
||||
log_lvl = 0,
|
||||
}: {
|
||||
created_on_offset?: string | null,
|
||||
|
||||
Reference in New Issue
Block a user