Bug fix for file report sorting
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "osit-aether-app-svelte",
|
"name": "osit-aether-app-svelte",
|
||||||
"version": "3.4.1",
|
"version": "3.5.0",
|
||||||
"description": "One Sky IT's Aether App created with Svelte, SvelteKit, Tailwind CSS, Lucide, Font Awesome, and Skeleton UI. -Scott Idem",
|
"description": "One Sky IT's Aether App created with Svelte, SvelteKit, Tailwind CSS, Lucide, Font Awesome, and Skeleton UI. -Scott Idem",
|
||||||
"homepage": "https://oneskyit.com/",
|
"homepage": "https://oneskyit.com/",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ async function handle_qry__event_file(
|
|||||||
enabled = rpt__hidden,
|
enabled = rpt__hidden,
|
||||||
hidden = rpt__enabled,
|
hidden = rpt__enabled,
|
||||||
limit = rpt__limit,
|
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,
|
log_lvl = 0,
|
||||||
}: {
|
}: {
|
||||||
created_on_offset?: string | null,
|
created_on_offset?: string | null,
|
||||||
|
|||||||
Reference in New Issue
Block a user