Lots of general clean up and work for CHOW going live
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user