Various bug fixes. Improvements to the security. Now with super and manager and others.

This commit is contained in:
Scott Idem
2024-08-15 15:35:00 -04:00
parent 35052898b4
commit f526e9094c
17 changed files with 247 additions and 232 deletions

View File

@@ -27,15 +27,6 @@ export let display_mode: string = 'default'; // 'default', 'compact', 'minimal',
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;
// }
let ae_placeholder_li: key_val = {};
let ae_promises: key_val = {};
let ae_tmp: key_val = {};