More work on the delete related functions.
This commit is contained in:
@@ -481,6 +481,8 @@ async function handle_submit_form(event: any) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Updated 2024-11-15
|
||||
async function handle_delete_event_obj(
|
||||
{
|
||||
event_id,
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user