Fixed show/hide for hidden and disabled records.

This commit is contained in:
Scott Idem
2024-11-08 16:37:42 -05:00
parent 791454b8fa
commit 5d8a3a782e
4 changed files with 67 additions and 4 deletions

View File

@@ -50,6 +50,12 @@ let idaa_local_data_struct: key_val = {
limit: 150,
offset: 0,
show_list__post_obj_li: true,
qry__enabled: 'enabled', // all, disabled, enabled
qry__hidden: 'not_hidden', // all, hidden, not_hidden
qry__limit: 150,
qry__offset: 0,
qry__order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'title': 'ASC'},
},
recovery_meetings: {