Lots of general clean up and work for CHOW going live

This commit is contained in:
Scott Idem
2024-03-08 11:27:18 -05:00
parent 5a147a98bb
commit 2ada1419d8
11 changed files with 338 additions and 229 deletions

View File

@@ -90,6 +90,11 @@ $ae_loc.site_domain = data.url.origin;
// We don't want the edit or view to show up by default. Maybe if we see an object ID param in the URL, we can show the view modal.
$ae_loc.mod.events.show_edit__event_presenter_obj = false;
$ae_loc.mod.events.show_view__event_presenter_obj = false;
if ($ae_loc.trusted_access) {
$ae_loc.mod.events.show_list__event_presenter_obj_li = true;
} else {
$ae_loc.mod.events.show_list__event_presenter_obj_li = false;
}
let ae_event_id_get_promise: Promise<any>;
let ae_event_presenter_obj_li_get_promise: Promise<any>;