Fixed presentation name edit permissions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user