Lots of changes. Things are working better. Files are now showing for the session and presenter. Next is location and event.

This commit is contained in:
Scott Idem
2024-08-09 17:50:54 -04:00
parent 30e6384772
commit 9a1995dd9f
25 changed files with 683 additions and 176 deletions

View File

@@ -58,8 +58,9 @@ export async function load({ params, parent }) { // route
let load_event_presenter_obj_li = events_func.handle_load_ae_obj_li__event_presenter({
api_cfg: ae_acct.api,
event_presentation_id: event_presentation_id,
params: {enabled: 'all', qry__limit: 15},
for_obj_type: 'event_presentation',
for_obj_id: event_presentation_id,
params: {qry__enabled: 'all', qry__limit: 15},
try_cache: true
});
if (log_lvl) {
@@ -87,7 +88,7 @@ export async function load({ params, parent }) { // route
for_obj_type: 'event_session',
for_obj_id: event_session_id,
params: ae_params,
try_cache: false
try_cache: true
})
.then((event_file_obj_li) => {
if (log_lvl) {