Getting some basic things ready for CHOW 2025

This commit is contained in:
Scott Idem
2025-01-15 16:32:18 -05:00
parent 9dc4540329
commit 6f11820857
8 changed files with 355 additions and 44 deletions

View File

@@ -30,10 +30,13 @@ export async function load({ fetch, params, parent }) { // route
for_obj_type: 'account',
for_obj_id: account_id,
inc_content_li: true,
enabled: 'enabled',
hidden: 'not_hidden',
limit: 20,
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'name': 'ASC'},
params: {qry__enabled: 'enabled', qry__hidden: 'not_hidden', qry__limit: 20},
params: params,
try_cache: true,
log_lvl: log_lvl
log_lvl: 2
});
console.log(`load_event_obj_li = `, load_event_obj_li);
ae_acct.slct.event_obj_li = load_event_obj_li;