Various bug fixes. Improvements to the security. Now with super and manager and others.
This commit is contained in:
@@ -75,18 +75,6 @@ export async function handle_load_ae_obj_li__exhibit(
|
||||
let limit: number = (params.qry__limit ?? 99); // 99
|
||||
let offset: number = (params.qry__offset ?? 0); // 0
|
||||
|
||||
// if ($ae_loc.administrator_access) {
|
||||
// enabled = 'all';
|
||||
// hidden = 'all';
|
||||
// limit = 500;
|
||||
// } else if ($ae_loc.trusted_access) {
|
||||
// // enabled = 'all';
|
||||
// hidden = 'all';
|
||||
// limit = 50;
|
||||
// }
|
||||
|
||||
// let params = {};
|
||||
|
||||
let params_json: key_val = {};
|
||||
// params_json['and_qry'] = {};
|
||||
// params_json['and_qry']['license_max'] = 10;
|
||||
|
||||
Reference in New Issue
Block a user