Permission change so staff can remove linked files
This commit is contained in:
@@ -540,7 +540,7 @@ $effect(() => {
|
|||||||
{:else}
|
{:else}
|
||||||
|
|
||||||
<button
|
<button
|
||||||
disabled={!$ae_loc.administrator_access}
|
disabled={!$ae_loc.trusted_access}
|
||||||
type="button"
|
type="button"
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
if (confirm('Are you sure you want to remove the file?')) {
|
if (confirm('Are you sure you want to remove the file?')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user