diff --git a/src/lib/ae_events_stores.ts b/src/lib/ae_events_stores.ts
index bc93cb1e..de5d5b9c 100644
--- a/src/lib/ae_events_stores.ts
+++ b/src/lib/ae_events_stores.ts
@@ -489,9 +489,11 @@ let events_session_data_struct: key_val = {
show__session_poc_profile: false,
show_modal__session_poc_agree: false,
- hide__edit_location: {},
+ // hide__edit_location: {},
show__edit_location: {},
+ show__edit_poc_person: {},
+
status_rpt: {
recent_files: null,
presenters_agree: null,
diff --git a/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte b/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte
index 6939a57a..57e533a8 100644
--- a/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte
+++ b/src/routes/events/[event_id]/locations/ae_comp__event_location_obj_li.svelte
@@ -22,7 +22,7 @@ import { events_loc, events_sess, events_slct, events_trigger, events_trig_kv }
import { events_func } from '$lib/ae_events_functions';
import Comp_event_session_obj_li from '../../ae_comp__event_session_obj_li_wrapper.svelte';
-import Element_ae_crud from '$lib/element_ae_crud.svelte';
+import Element_ae_crud_v2 from '$lib/element_ae_crud_v2.svelte';
import Comp_event_device_obj_li from './../device/ae_comp__event_device_obj_li_wrapper.svelte';
// if (log_lvl) {
@@ -121,38 +121,34 @@ if (!$events_loc.pres_mgmt?.location_kv) {
- {
- console.log(`ae_crud_updated:`, e.detail);
- events_func.load_ae_obj_id__event_location({
- api_cfg: $ae_api, event_location_id: event_location_obj.event_location_id_random, log_lvl: 1
- })
- .then(function (load_results) {
- })
- .then(function (load_results) {
- // $events_trigger = 'load__event_location_obj_id';
- // $events_trig_kv['event_location_id'] = event_location_obj.event_location_id_random;
- });
- }}
+ current_field_value={event_location_obj?.name}
+
+ allow_null={false}
+
+ hide_element={!$ae_loc.edit_mode}
+ hide_edit_btn={false}
+
+ outline_element={false}
+ display_block={false}
+ display_absolute_edit={false}
+
+ class_li={'m-1'}
>
"{event_location_obj?.name ?? '-- not set --'}"
-
+
+
{#if event_location_obj?.code && !$events_loc.pres_mgmt?.hide__location_code}
- -->
+
+
+
+ Description:
+
+
+ {#if event_location_obj?.description}
+
+ {#if $events_sess.pres_mgmt.show_content__location_description == event_location_obj.event_location_id_random}
+
+ Hide Description
+ {:else}
+
+ Show
+ {/if}
+
+
+ {event_location_obj.description}
+ {:else}
+ {@html ae_snip.html__not_set}
+ {/if}
+
{#if !$events_loc.pres_mgmt.show_content__location_devices_sessions || $events_loc.pres_mgmt.show_content__location_devices_sessions == 'default' || $events_loc.pres_mgmt.show_content__location_devices_sessions == 'sessions'}
diff --git a/src/routes/events/ae_comp__event_session_obj_li.svelte b/src/routes/events/ae_comp__event_session_obj_li.svelte
index 819ac63c..3f6ef2f3 100644
--- a/src/routes/events/ae_comp__event_session_obj_li.svelte
+++ b/src/routes/events/ae_comp__event_session_obj_li.svelte
@@ -36,7 +36,6 @@ let {
// *** Import Svelte specific
import type { key_val } from '$lib/ae_stores';
import { ae_util } from '$lib/ae_utils/ae_utils';
-import Element_ae_crud from '$lib/element_ae_crud.svelte';
import Element_ae_crud_v2 from '$lib/element_ae_crud_v2.svelte';
// import Element_data_store from '$lib/element_data_store_v2.svelte';
import Comp_event_presenter_obj_li from '../events/[event_id]/presenter/ae_comp__event_presenter_obj_li_wrapper.svelte';
@@ -309,9 +308,7 @@ let trigger_reload_session_id: string = $state('');
{/if}
- {#if $ae_loc.edit_mode}
-
-
+ {#if $ae_loc.edit_mode && $ae_loc.trusted_access}
-
{/if}
{#if $events_sess.pres_mgmt.show__edit_location[session_obj?.event_session_id_random]}
-
+
{:else if $ae_loc.edit_mode}