Updated the person functions. General clean up of code.

This commit is contained in:
Scott Idem
2025-06-10 12:16:19 -04:00
parent 4c1449bb8f
commit 39a878ac38
11 changed files with 505 additions and 111 deletions

View File

@@ -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,