Updates to clean up the lookups for time zones, countries, and subdivisions.

This commit is contained in:
Scott Idem
2025-01-13 15:28:24 -05:00
parent 8d4c770f19
commit 321c48513f
7 changed files with 64 additions and 46 deletions

View File

@@ -410,6 +410,7 @@ function handle_submit_form(event) {
<h2 class="h2">Step X: Manage Files</h2>
<!-- Show files for this account -->
<Element_manage_hosted_file_li_wrap
link_to_type={'account'}
@@ -420,7 +421,6 @@ function handle_submit_form(event) {
/>
The end
</section>

View File

@@ -95,13 +95,13 @@ if ($idaa_slct.event_id) {
// $ae_loc.lu_time_zone_list = [];
if ($ae_loc.lu_time_zone_list && $ae_loc.lu_time_zone_list.length > 0) {
// console.log('Already have time zone list!', $ae_loc.lu_time_zone_list);
console.log('Already have time zone list!', $ae_loc.lu_time_zone_list);
} else {
console.log('No time zone list');
let lu_time_zone_li_get_promise = core_func.load_ae_obj_li__time_zone({
api_cfg: $ae_api,
log_lvl: 1
log_lvl: log_lvl
})
.then(function (lu_time_zone_li_get_result) {
if (lu_time_zone_li_get_result) {
@@ -154,7 +154,7 @@ if (lu_country_list && lu_country_list.length > 50 && Math.random() > 0.8) {
let lu_country_li_get_promise = core_func.load_ae_obj_li__country({
api_cfg: $ae_api,
log_lvl: 2
log_lvl: 1
})
.then(function (lu_country_li_get_result) {
if (lu_country_li_get_result) {