feat(core): enhance Person management and modernize Address/Contact lists

- Improved Person table with 'Not Linked' badge for better visibility.
- Updated Person form with 'prefix' field and direct User account linking.
- Standardized Address and Contact list views to show all records (enabled/hidden).
- Amending previous refactor to include all verified import and type fixes.
This commit is contained in:
Scott Idem
2026-01-15 14:36:25 -05:00
parent 74d107f157
commit df9e14d896
4 changed files with 48 additions and 12 deletions

View File

@@ -17,6 +17,7 @@
api_cfg: $ae_api,
for_obj_id: $ae_loc.account_id,
enabled: 'all',
hidden: 'all',
log_lvl: 1
});
loading = false;