Adding in the Archives and Posts DB and functions to get ready for IDAA changes.
This commit is contained in:
@@ -220,7 +220,7 @@ export async function load_ae_obj_li__event_session(
|
||||
api_cfg: api_cfg,
|
||||
for_obj_type: 'event_session',
|
||||
for_obj_id: event_session_id,
|
||||
params: {qry__enabled: 'all', qry__limit: 15},
|
||||
params: {qry__enabled: enabled, qry__limit: limit},
|
||||
try_cache: try_cache,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
@@ -252,7 +252,7 @@ export async function load_ae_obj_li__event_session(
|
||||
for_obj_id: event_session_id,
|
||||
inc_file_li: inc_file_li,
|
||||
inc_presenter_li: inc_presenter_li,
|
||||
params: {qry__enabled: 'all', qry__limit: 25},
|
||||
params: {qry__enabled: enabled, qry__limit: limit},
|
||||
try_cache: try_cache,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user