From b030c0eec4c43058ee8ed24aa5606af3df6131a1 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 9 Jul 2025 17:43:41 -0400 Subject: [PATCH] The IDAA Archives seem to be working pretty well. Still need some more testing. --- src/lib/ae_archives/ae_archives__archive_content.ts | 4 ++-- .../[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/ae_archives/ae_archives__archive_content.ts b/src/lib/ae_archives/ae_archives__archive_content.ts index 1f11a7e3..dc3bf184 100644 --- a/src/lib/ae_archives/ae_archives__archive_content.ts +++ b/src/lib/ae_archives/ae_archives__archive_content.ts @@ -247,7 +247,7 @@ export async function create_ae_obj__archive_content( } await db_save_ae_obj_li__ae_obj({ db_instance: db_archives, - table_name: 'archive', + table_name: 'content', obj_li: processed_obj_li, properties_to_save: properties_to_save, log_lvl: log_lvl, @@ -380,7 +380,7 @@ export async function update_ae_obj__archive_content( } await db_save_ae_obj_li__ae_obj({ db_instance: db_archives, - table_name: 'archive', + table_name: 'content', obj_li: processed_obj_li, properties_to_save: properties_to_save, log_lvl: log_lvl, diff --git a/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte b/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte index ff0329ee..3705fe47 100644 --- a/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte +++ b/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte @@ -88,7 +88,7 @@ let { log_lvl = 0, lq__archive_obj, lq__archive_content_obj_li }: Props = $props {#if $ae_loc.trusted_access && $ae_loc.edit_mode} - + {/if}