More work on the delete related functions.

This commit is contained in:
Scott Idem
2024-11-15 12:00:39 -05:00
parent 6a390762d3
commit bd5c8a0867
9 changed files with 110 additions and 54 deletions

View File

@@ -481,6 +481,8 @@ async function handle_submit_form(event: any) {
}
}
// Updated 2024-11-15
async function handle_delete_event_obj(
{
event_id,

View File

@@ -38,7 +38,7 @@ onMount(() => {
{#each $lq__event_obj_li as idaa_event_obj, index}
{#if idaa_event_obj}
{#if idaa_event_obj} <!-- This check for the idaa_event_obj is here in case the IDB entry is deleted. -->
<div
class="container recovery_meeting event_obj border border-1 rounded p-2 mb-2"
class:hidden={(idaa_event_obj?.hide || !idaa_event_obj?.enable) && !$ae_loc.trusted_access}