The IDAA Archives seem to be working pretty well. Still need some more testing.
This commit is contained in:
@@ -247,7 +247,7 @@ export async function create_ae_obj__archive_content(
|
|||||||
}
|
}
|
||||||
await db_save_ae_obj_li__ae_obj({
|
await db_save_ae_obj_li__ae_obj({
|
||||||
db_instance: db_archives,
|
db_instance: db_archives,
|
||||||
table_name: 'archive',
|
table_name: 'content',
|
||||||
obj_li: processed_obj_li,
|
obj_li: processed_obj_li,
|
||||||
properties_to_save: properties_to_save,
|
properties_to_save: properties_to_save,
|
||||||
log_lvl: log_lvl,
|
log_lvl: log_lvl,
|
||||||
@@ -380,7 +380,7 @@ export async function update_ae_obj__archive_content(
|
|||||||
}
|
}
|
||||||
await db_save_ae_obj_li__ae_obj({
|
await db_save_ae_obj_li__ae_obj({
|
||||||
db_instance: db_archives,
|
db_instance: db_archives,
|
||||||
table_name: 'archive',
|
table_name: 'content',
|
||||||
obj_li: processed_obj_li,
|
obj_li: processed_obj_li,
|
||||||
properties_to_save: properties_to_save,
|
properties_to_save: properties_to_save,
|
||||||
log_lvl: log_lvl,
|
log_lvl: log_lvl,
|
||||||
|
|||||||
@@ -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 $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
|
<span
|
||||||
class="flex flex-row gap-1 items-center justify-around"
|
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} -->
|
<!-- {/if} -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user