General code clean up related to the person functions. Less direct use of params and params_json
This commit is contained in:
@@ -388,11 +388,17 @@ let ae_triggers: key_val = $state({});
|
||||
onclick={() => {
|
||||
console.log('Edit the POC person for the session.');
|
||||
|
||||
let params = {
|
||||
qry__limit: 300,
|
||||
}
|
||||
// let params = {
|
||||
// qry__limit: 300,
|
||||
// }
|
||||
|
||||
$slct.person_obj_li = core_func.load_ae_obj_li__person({api_cfg: $ae_api, for_obj_type: 'account', for_obj_id: $slct.account_id, params: params});
|
||||
$slct.person_obj_li = core_func.load_ae_obj_li__person({
|
||||
api_cfg: $ae_api,
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: $slct.account_id,
|
||||
limit: $ae_sess.person.qry_limit__people,
|
||||
// params: params
|
||||
});
|
||||
|
||||
$events_slct.event_session_id = session_obj?.event_session_id_random;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user