Wrapping up for the day. The new launcher is partially working. There is a lot of work to do.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user