Cleaning up and updating the person related sections. Prep for LCI opening.

This commit is contained in:
Scott Idem
2025-06-10 17:37:04 -04:00
parent c10abd596e
commit 8c51380fb5
6 changed files with 81 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ export async function load({ params, parent }) { // route
let load_person_obj = await core_func.load_ae_obj_id__person({
api_cfg: ae_acct.api,
person_id: person_id,
try_cache: false
try_cache: true
});
ae_acct.slct.person_obj = load_person_obj;