Journal Type:
Journal Entry List Max Height:
Journal Entry List Hover Max Height:
Journal Entry List Active (click/press) Max Height:
Journal Entry List Expand Contents:
Journal Entry Add Content:
Color Scheme:
Preferred Viewer:
Preferred Editor:
Journal Entry Copy Options:
Journal Entry Visibility:
Journal Entry View Buttons:
{#if $lq__journal_obj?.sort}
{$lq__journal_obj.sort}
{:else}
{/if}
{
let data_kv = {
group: tmp_journal_obj.group,
};
journals_func.update_ae_obj__journal({
api_cfg: $ae_api,
journal_id: $lq__journal_obj?.journal_id,
data_kv: data_kv,
log_lvl: log_lvl
}).then(() => {
alert('Journal group updated successfully!');
}).catch((error) => {
console.error('Error updating journal group:', error);
alert('Failed to update journal group.');
});
}}
class="input input-sm input-bordered w-24"
title="Set group (for sorting) of this journal"
/>