Lots of work on user person security. Also some general clean up. Wrapping up for the day.
This commit is contained in:
@@ -70,7 +70,8 @@ let person_id_random_li: string[] = [];
|
||||
|
||||
let person_results = core_func.handle_load_ae_obj_li__person({
|
||||
api_cfg: $ae_api,
|
||||
account_id: $slct.account_id,
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: $slct.account_id,
|
||||
params: params,
|
||||
log_lvl: 1
|
||||
})
|
||||
@@ -184,7 +185,8 @@ let person_id_random_li: string[] = [];
|
||||
on:change={() => {
|
||||
core_func.handle_load_ae_obj_li__person({
|
||||
api_cfg: $ae_api,
|
||||
account_id: $slct.account_id,
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: $slct.account_id,
|
||||
params: {
|
||||
'qry__enabled': 'enabled',
|
||||
'qry__hidden': 'not_hidden',
|
||||
|
||||
Reference in New Issue
Block a user