Working on getting Recovery Meeting edit to show correctly when navigating from list of meetings.
This commit is contained in:
@@ -107,6 +107,7 @@ let idaa_session_data_struct: key_val = {
|
||||
show__modal_view__archive_id: null,
|
||||
show__modal_edit__archive_content_id: null,
|
||||
show__modal_view__archive_content_id: null,
|
||||
obj_changed: false, // Used to track if the archive object has been changed in the edit view
|
||||
},
|
||||
|
||||
bb: {
|
||||
@@ -127,6 +128,7 @@ let idaa_session_data_struct: key_val = {
|
||||
show__modal_view: false,
|
||||
show__modal_edit__event_id: null,
|
||||
show__modal_view__event_id: null,
|
||||
obj_changed: false, // Used to track if the event object has been changed in the edit view
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user