Permission change for "Delete" presenter button.
This commit is contained in:
@@ -377,7 +377,7 @@ let ae_triggers: key_val = {};
|
||||
<span class="fas fa-minus-circle mx-1"></span>
|
||||
Delete
|
||||
</button>
|
||||
{:else if $ae_loc.administrator_access}
|
||||
{:else if $ae_loc.trusted_access}
|
||||
<button
|
||||
on:click={() => {
|
||||
if (!confirm('Are you sure you want to remove (disable) this presenter?')) {return false;}
|
||||
@@ -401,7 +401,7 @@ let ae_triggers: key_val = {};
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
{#if $ae_loc.authenticated_access}
|
||||
{#if $ae_loc.administrator_access}
|
||||
{#if $events_loc.pres_mgmt.show_content__presenter_qr}
|
||||
<button
|
||||
on:click={() => {
|
||||
|
||||
Reference in New Issue
Block a user