Work on location views and editing. Also session list clean up.
This commit is contained in:
@@ -45,7 +45,7 @@ export async function load({ params, parent }) { // route
|
||||
let load_event_presentation_obj_li = events_func.load_ae_obj_li__event_presentation({
|
||||
api_cfg: ae_acct.api,
|
||||
event_session_id: event_session_id,
|
||||
params: {enabled: 'all', qry__limit: 50},
|
||||
params: {qry__enabled: 'all', qry__limit: 50},
|
||||
try_cache: true
|
||||
})
|
||||
.then((event_presentation_obj_li) => {
|
||||
|
||||
Reference in New Issue
Block a user