The IDAA Archives seem to be working pretty well. Still need some more testing.

This commit is contained in:
Scott Idem
2025-07-09 17:43:41 -04:00
parent 06cf665b06
commit b030c0eec4
2 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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}
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700">
<div class="ae_section ae_options filters_and_search flex flex-col gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700">
<span
class="flex flex-row gap-1 items-center justify-around"
@@ -253,7 +253,7 @@ let { log_lvl = 0, lq__archive_obj, lq__archive_content_obj_li }: Props = $props
<!-- {/if} -->
</div>
</section>
</div>
{/if}