Work on location links and fixing presenters not showing correctly on session view page.
This commit is contained in:
@@ -98,7 +98,7 @@ export async function load_ae_obj_id__event_session(
|
||||
let load_event_presentation_obj_li = load_ae_obj_li__event_presentation({
|
||||
api_cfg: api_cfg,
|
||||
event_session_id: event_session_id,
|
||||
params: {qry__enabled: 'all', qry__limit: 15},
|
||||
params: {qry__enabled: 'all', qry__limit: 25},
|
||||
try_cache: try_cache,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
@@ -245,7 +245,7 @@ export async function load_ae_obj_li__event_session(
|
||||
for_obj_id: event_session_id,
|
||||
inc_file_li: false, // This will need to be changed.
|
||||
inc_presenter_li: false, // This will need to be changed.
|
||||
params: {qry__enabled: 'all', qry__limit: 15},
|
||||
params: {qry__enabled: 'all', qry__limit: 25},
|
||||
try_cache: try_cache,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user