Updated the person functions. General clean up of code.
This commit is contained in:
@@ -519,7 +519,7 @@ async function handle_change_password() {
|
||||
}
|
||||
|
||||
// WARNING: This function returns a list. We only want the first one. There should be no more than 1 record returned.
|
||||
ae_promises['person'] = core_func.handle_load_ae_obj_li__person({
|
||||
ae_promises['person'] = core_func.load_ae_obj_li__person({
|
||||
api_cfg: $ae_api,
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: $ae_loc.account_id,
|
||||
@@ -600,7 +600,7 @@ async function handle_change_password() {
|
||||
}
|
||||
|
||||
// WARNING: This function returns a list. We only want the first one. There should be no more than 1 record returned.
|
||||
ae_promises['person'] = core_func.handle_load_ae_obj_li__person({
|
||||
ae_promises['person'] = core_func.load_ae_obj_li__person({
|
||||
api_cfg: $ae_api,
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: $ae_loc.account_id,
|
||||
|
||||
Reference in New Issue
Block a user