Fixing id_random vs id for links and other things. Fixed the hash SHA256 error.
This commit is contained in:
@@ -255,7 +255,7 @@ let trigger_reload_session_id: string = $state('');
|
||||
<span class="flex flex-row gap-0.5 items-center justify-center">
|
||||
<a
|
||||
data-sveltekit-preload-data="false"
|
||||
href="/event/{session_obj?.event_id}/launcher/{session_obj?.event_location_id}"
|
||||
href="/events/{session_obj?.event_id}/launcher/{session_obj?.event_location_id}"
|
||||
class:hidden={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 group"
|
||||
title={`Legacy Launcher (Flask): ${session_obj?.event_location_name}\n${session_obj?.event_location_id_random}`}
|
||||
@@ -283,7 +283,7 @@ let trigger_reload_session_id: string = $state('');
|
||||
|
||||
<!-- Location details link -->
|
||||
<a
|
||||
href="/events/{session_obj?.event_id_random}/location/{session_obj?.event_location_id_random}"
|
||||
href="/events/{session_obj?.event_id}/location/{session_obj?.event_location_id}"
|
||||
class:hidden={hide__location_link && !($ae_loc.trusted_access && $ae_loc.edit_mode)}
|
||||
class="btn btn-sm preset-tonal-surface hover:preset-filled-tertiary-500 group transition-all"
|
||||
title={`Location Details: ${session_obj?.event_location_name}\n${session_obj?.event_location_id_random}`}
|
||||
|
||||
Reference in New Issue
Block a user