More work on the BB Posts for IDAA. Can now edit, update, and create now posts.

This commit is contained in:
Scott Idem
2025-07-02 13:52:30 -04:00
parent 50deb79f6b
commit f8461f367e
8 changed files with 226 additions and 71 deletions

View File

@@ -65,6 +65,8 @@ let idaa_local_data_struct: key_val = {
qry__limit: 50,
qry__offset: 0,
qry__order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'title': 'ASC'},
edit_kv: {}, // Used to track which post objects are being edited
},
recovery_meetings: {
@@ -112,6 +114,8 @@ let idaa_session_data_struct: key_val = {
show__inline_edit__post_obj: null,
show__modal_edit__post_id: null,
show__modal_view__post_id: null,
obj_changed: false, // Used to track if the post object has been changed in the edit view
// edit_kv: {}, // Used to track which post objects are being edited
},
recovery_meetings: {