Work on the new session POC functions and permissions. General code clean up and bug fixes.

This commit is contained in:
Scott Idem
2024-09-13 13:20:04 -04:00
parent e7e532f61a
commit 7e610ead67
16 changed files with 264 additions and 128 deletions

View File

@@ -16,8 +16,8 @@ export async function load_ae_obj_id__event_location(
event_location_id,
inc_file_li = false,
inc_session_li = false,
try_cache=true,
log_lvl=0
try_cache = true,
log_lvl = 0
}: {
api_cfg: any,
event_location_id: string,
@@ -136,9 +136,9 @@ export async function load_ae_obj_li__event_location(
event_id,
inc_file_li = false,
inc_session_li = false,
params={},
try_cache=true,
log_lvl=0
params = {},
try_cache = true,
log_lvl = 0
}: {
api_cfg: any,
event_id: string,