Working on getting Recovery Meeting edit to show correctly when navigating from list of meetings.

This commit is contained in:
Scott Idem
2025-07-08 20:12:28 -04:00
parent 8672796bac
commit 6bdedecfd8
6 changed files with 111 additions and 50 deletions

View File

@@ -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
},
};