Now I am trying to get the presentation list to display... Why won't this work...? Adding URL params seems to have helped some.
This commit is contained in:
@@ -325,6 +325,9 @@ export function handle_db_save_ae_obj_li__event_session(
|
||||
|
||||
event_location_code: obj.event_location_code,
|
||||
event_location_name: obj.event_location_name,
|
||||
|
||||
// A key value list of the presentations
|
||||
event_presentation_kv: obj.event_presentation_kv,
|
||||
});
|
||||
// console.log(`Put obj with ID: ${obj.event_session_id_random} or ${id_random}`);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user