More work on the event object functions. Also a minor update to the recent files list options.

This commit is contained in:
Scott Idem
2025-05-23 16:45:29 -04:00
parent 7c70d93a68
commit 5cf076fbe3
6 changed files with 142 additions and 47 deletions

View File

@@ -654,7 +654,9 @@ export async function search__event_location(
})
.then(function (event_location_obj_li_get_result) {
if (event_location_obj_li_get_result) {
db_save_ae_obj_li__event_location({obj_type: 'event_location', obj_li: event_location_obj_li_get_result});
if (try_cache) {
db_save_ae_obj_li__event_location({obj_type: 'event_location', obj_li: event_location_obj_li_get_result});
}
return event_location_obj_li_get_result;
} else {
return [];