Lots of style clean up for buttons in Novi. Various bug fixes. Clean up of initial recovery meeting loading.
This commit is contained in:
@@ -29,9 +29,9 @@ export async function load({ params, parent }) { // route
|
||||
api_cfg: ae_acct.api,
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: account_id,
|
||||
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'name': 'ASC'},
|
||||
qry_conference: false,
|
||||
params: {qry__enabled: 'enabled', qry__hidden: 'not_hidden', qry__limit: 25},
|
||||
limit: 25,
|
||||
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'name': 'ASC'},
|
||||
try_cache: true,
|
||||
log_lvl: log_lvl
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user