Fixed presentation name edit permissions

This commit is contained in:
Scott Idem
2024-06-27 18:43:01 -04:00
parent a34d2af18e
commit 2d490d8058

View File

@@ -1219,7 +1219,8 @@ function send_sign_in_poc_email(
{/if}
<!-- Make sure to show the edit button only if the user has the correct permissions. Need to set the presentation ID in the store. -->
{#if event_presentation_obj && ($ae_loc.trusted_access || $events_loc.auth__kv.presentation[event_presentation_obj.event_presentation_id_random])}
<!-- {#if event_presentation_obj && ($ae_loc.trusted_access || $events_loc.auth__kv.presentation[event_presentation_obj.event_presentation_id_random])} -->
{#if event_presentation_obj && $ae_loc.trusted_access}
{#if $events_slct.event_presentation_id == event_presentation_obj.event_presentation_id_random && ae_tmp[$events_slct.event_presentation_id]?.show__edit_presentation_name}
<button