General clean up. Presenter form submission now works better. Need to do the same for the sponsorships submission form.

This commit is contained in:
Scott Idem
2024-02-29 16:14:31 -05:00
parent e713313aca
commit 873e6d9f9a
2 changed files with 79 additions and 63 deletions

View File

@@ -83,6 +83,8 @@ if ($slct_trigger == 'msg_parent' && $slct.event_id) {
// console.log('Message sent to parent (iframe):', message);
}
$slct_trigger = 'load__event_presenter_obj_li';
// 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.sponsorships.show_view__event_presenter_obj = false;
@@ -189,7 +191,7 @@ async function handle_load_ae_obj_li__event_presenter({event_id, try_cache=true}
offset: offset,
params_json: params_json,
params: params,
log_lvl: 0
log_lvl: 2
})
.then(function (event_presenter_obj_li_get_result) {