Bug fix for access denied message. Better formatting and extra Cancel edit button
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user