Implemented 'only_priority' filtering for V3 Lookups.

- Updated V3 lookup API and core timezone loader to support the 'only_priority' flag.
- Enabled high-priority timezone filtering in IDAA Recovery Meeting and Archive editors to streamline selection lists.
This commit is contained in:
Scott Idem
2026-02-20 17:17:09 -05:00
parent 52c9e765a0
commit 2dfc8a5034
6 changed files with 16 additions and 2 deletions

View File

@@ -170,6 +170,7 @@
let lu_time_zone_li_get_promise = core_func
.load_ae_obj_li__time_zone({
api_cfg: $ae_api,
only_priority: true,
log_lvl: log_lvl
})
.then(function (lu_time_zone_li_get_result) {