diff --git a/src/lib/element_manage_event_file_li.svelte b/src/lib/element_manage_event_file_li.svelte index 6e6c8703..b15c8ef5 100644 --- a/src/lib/element_manage_event_file_li.svelte +++ b/src/lib/element_manage_event_file_li.svelte @@ -26,13 +26,13 @@ export let allow_moderator: boolean = false; export let show_convert_btn: null|boolean = null; // This more or less overrides the default access control. Some elements may have their own access control. -if ($ae_loc.administrator_access) { - allow_basic = true; - allow_moderator = true; -} else if ($ae_loc.trusted_access) { - allow_basic = true; - allow_moderator = true; -} +// if ($ae_loc.administrator_access) { +// allow_basic = true; +// allow_moderator = true; +// } else if ($ae_loc.trusted_access) { +// allow_basic = true; +// allow_moderator = true; +// } let ae_placeholder_li: key_val = {}; let ae_promises: key_val = {}; // Promise; @@ -93,11 +93,11 @@ onMount(() => { Download File Options Status Meta @@ -112,7 +112,7 @@ onMount(() => { class="min-w-full" > -->