General clean up. Presenter form submission now works better. Need to do the same for the sponsorships submission form.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user