The Event and Event Session should now be using the new IDB save method and related updates. Need to TEST TEST TEST more now.
This commit is contained in:
@@ -45,13 +45,6 @@ console.log(`$slct.account_id = `, $slct.account_id);
|
||||
let ae_acct = data[$slct.account_id];
|
||||
// console.log(`ae_acct = `, ae_acct);
|
||||
|
||||
// if (browser) {
|
||||
// console.log(`Browser: ${browser}`);
|
||||
// events_func.handle_db_save_ae_obj_li__event({
|
||||
// obj_type: 'event',
|
||||
// obj_li: [ae_acct.slct.event_obj_li],
|
||||
// });
|
||||
// }
|
||||
|
||||
$events_slct.event_id = ae_acct.slct.event_id;
|
||||
// $events_slct.event_obj = ae_acct.slct.event_obj;
|
||||
|
||||
@@ -54,13 +54,6 @@ export async function load({ parent }) {
|
||||
|
||||
// ae_acct.slct.event_obj = load_event_obj;
|
||||
|
||||
// if (browser) {
|
||||
// console.log(`Browser: ${browser}`);
|
||||
// events_func.db_save_ae_obj_li__event({
|
||||
// obj_type: 'event',
|
||||
// obj_li: [load_event_obj_li],
|
||||
// });
|
||||
// }
|
||||
|
||||
let submenu = {
|
||||
main: {name: 'Main', href: '/events_pres_mgmt', access: false},
|
||||
|
||||
Reference in New Issue
Block a user