Clean up to get ready for CMSC and LCI.
This commit is contained in:
@@ -21,31 +21,6 @@ export async function load({ parent }) {
|
||||
// console.log(`ae_acct = `, ae_acct);
|
||||
// }
|
||||
|
||||
// // // Should we limit these to event.conference = true?
|
||||
// // let load_event_obj_li = events_func.load_ae_obj_li__event({
|
||||
// // api_cfg: ae_acct.api,
|
||||
// // account_id: account_id,
|
||||
// // params: {enabled: 'enabled', qry__limit: 25},
|
||||
// // try_cache: false,
|
||||
// // log_lvl: 1
|
||||
// // });
|
||||
// // ae_acct.slct.event_obj_li = load_event_obj_li;
|
||||
|
||||
|
||||
// let event_id = ae_acct.slct.event_id;
|
||||
// if (!event_id) {
|
||||
// console.log(`ERROR: events_pres_mgmt +layout.ts: The event_id was not found in the data!!!`);
|
||||
// return false;
|
||||
// }
|
||||
|
||||
// let load_event_obj = events_func.load_ae_obj_id__event({
|
||||
// api_cfg: ae_acct.api,
|
||||
// event_id: event_id,
|
||||
// try_cache: true
|
||||
// });
|
||||
|
||||
// ae_acct.slct.event_obj = load_event_obj;
|
||||
|
||||
// let submenu = {
|
||||
// main: {name: 'Main', href: '/events_pres_mgmt', access: false},
|
||||
// // manage: {name: 'Manage', href: '/events_pres_mgmt/manage', access: 'administrator', disable: true, hide: true},
|
||||
|
||||
Reference in New Issue
Block a user