From 13869b40bde21a556881599c31de8840442b8d58 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 13 Nov 2025 19:28:52 -0500 Subject: [PATCH] Trying to remove some more _random suffixes. Ideally they will all eventually go away and we will just use .id or example.example_id or example.linked_obj_name_id --- .../locations/ae_comp__event_location_obj_li.svelte | 6 +++--- .../[event_id]/session/[session_id]/session_view.svelte | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 499c5043..19daf79b 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 @@ -125,7 +125,7 @@ if (!$events_loc.pres_mgmt?.location_kv) { api_cfg={$ae_api} object_type={'event_location'} - object_id={event_location_obj?.event_location_id_random} + object_id={event_location_obj?.event_location_id} object_reload={true} field_name={'name'} @@ -171,7 +171,7 @@ if (!$events_loc.pres_mgmt?.location_kv) { @@ -180,7 +180,7 @@ if (!$events_loc.pres_mgmt?.location_kv) { diff --git a/src/routes/events/[event_id]/session/[session_id]/session_view.svelte b/src/routes/events/[event_id]/session/[session_id]/session_view.svelte index e993fc7e..07c06e13 100644 --- a/src/routes/events/[event_id]/session/[session_id]/session_view.svelte +++ b/src/routes/events/[event_id]/session/[session_id]/session_view.svelte @@ -390,7 +390,7 @@ let clipboard_success = $state(false); href="/event/{$lq__event_session_obj?.event_id}/launcher/{$lq__event_session_obj?.event_location_id}" class:hidden={$events_loc.pres_mgmt?.hide__launcher_link_legacy && !($ae_loc.trusted_access && $ae_loc.edit_mode)} class="btn btn-sm preset-tonal-secondary hover:preset-filled-secondary-500 transition-all" - title={`Legacy Launcher (Flask): ${$lq__event_session_obj?.event_location_name}\n${$lq__event_session_obj?.event_location_id_random}`} + title={`Legacy Launcher (Flask): ${$lq__event_session_obj?.event_location_name}\n${$lq__event_session_obj?.event_location_id}`} > {@html $lq__event_session_obj?.event_location_name ? $lq__event_session_obj?.event_location_name : ae_snip.html__not_set} @@ -403,7 +403,7 @@ let clipboard_success = $state(false); href="/events/{$lq__event_session_obj?.event_id}/launcher/{$lq__event_session_obj?.event_location_id}?session_id={$lq__event_session_obj?.event_session_id}" class:hidden={$events_loc.pres_mgmt?.hide__launcher_link && !($ae_loc.trusted_access && $ae_loc.edit_mode)} class="btn btn-sm preset-tonal-tertiary hover:preset-filled-secondary-500 group transition-all" - title={`Launcher (Svelte): ${$lq__event_session_obj?.event_location_name}\n${$lq__event_session_obj?.event_location_id_random}`} + title={`Launcher (Svelte): ${$lq__event_session_obj?.event_location_name}\n${$lq__event_session_obj?.event_location_id}`} >