Bug fix for access denied message. Better formatting and extra Cancel edit button

This commit is contained in:
Scott Idem
2025-09-08 15:21:43 -04:00
parent 92a00ddee9
commit 88c4f4e891
3 changed files with 32 additions and 3 deletions

View File

@@ -302,7 +302,7 @@ if (!$ae_loc.authenticated_access && $events_loc.pres_mgmt.show_content__session
{/if}
{/if}
<!-- {#if ( $ae_loc.trusted_access && $ae_loc.edit_mode) || (!$ae_loc.trusted_access && !($events_loc.auth__person?.id && $events_loc.auth__kv.session[$lq__event_session_obj?.event_session_id])) } -->
{#if !($events_loc.auth__person?.id) }
{#if (!$events_loc.auth__person?.id && !$ae_loc.trusted_access) || ($ae_loc.trusted_access && $ae_loc.edit_mode) }
<Element_data_store
ds_code="events__pres_mgmt__session_page_restricted_access"