Better permissions. Ability to sort the meeting results. Other clean up.

This commit is contained in:
Scott Idem
2024-11-12 13:15:19 -05:00
parent 5d8a3a782e
commit 1e1a4f1016
4 changed files with 62 additions and 16 deletions

View File

@@ -62,6 +62,7 @@ let idaa_local_data_struct: key_val = {
qry__enabled: 'enabled', // all, disabled, enabled
qry__hidden: 'not_hidden', // all, hidden, not_hidden
qry__limit: 150,
qry__order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'name': 'ASC'},
qry__offset: 0,
qry__fulltext_str: null,