Quick bug fix for sorting
This commit is contained in:
@@ -30,7 +30,7 @@ let {
|
||||
|
||||
rpt__name = $bindable('recent_files'), // recent_files, large_files
|
||||
rpt__sort = $bindable('updated_on'), // updated_on, given_name, family_name, email, start_datetime
|
||||
rpt__order_by_li = $bindable({'updated_on': 'DESC', 'priority': 'DESC', 'sort': 'DESC', 'filename': 'ASC', 'extension': 'ASC', 'created_on': 'DESC'}),
|
||||
rpt__order_by_li = $bindable({'priority': 'DESC', 'sort': 'DESC', 'created_on': 'DESC', 'updated_on': 'DESC', 'filename': 'ASC', 'extension': 'ASC', 'hosted_file_size': 'ASC'}),
|
||||
rpt__enabled = $bindable('enabled'), // enabled, disabled, all
|
||||
rpt__hidden = $bindable('not_hidden'), // hidden, not_hidden, all
|
||||
rpt__limit = $bindable(150),
|
||||
|
||||
Reference in New Issue
Block a user