Wrapping up for the day. The new launcher is partially working. There is a lot of work to do.

This commit is contained in:
Scott Idem
2024-08-02 19:11:35 -04:00
parent 352639e702
commit 0d34f81fa7
16 changed files with 2118 additions and 213 deletions

View File

@@ -35,8 +35,9 @@ export async function load({ params, parent }) { // route
let load_event_session_obj_li = events_func.handle_load_ae_obj_li__event_session({
api_cfg: ae_acct.api,
event_id: event_id,
params: {enabled: 'all', qry__limit: 550},
for_obj_type: 'event',
for_obj_id: event_id,
params: {qry__enabled: 'enabled', qry__limit: 550},
try_cache: false
});
console.log(`load_event_session_obj_li = `, load_event_session_obj_li);