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