Various bug fixes. Improvements to the security. Now with super and manager and others.
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user