Work on making the Journal Entry saving better.

This commit is contained in:
Scott Idem
2025-05-08 19:37:15 -04:00
parent 0e249b2e6d
commit 8c81f6f65e
5 changed files with 437 additions and 133 deletions

View File

@@ -411,7 +411,9 @@ export async function update_ae_obj__event_presentation(
if (event_presentation_obj_update_result) {
if (try_cache) {
db_save_ae_obj_li__event_presentation({
obj_type: 'event_presentation', obj_li: [event_presentation_obj_update_result]
obj_type: 'event_presentation',
obj_li: [event_presentation_obj_update_result],
log_lvl: log_lvl
});
}
return event_presentation_obj_update_result;