Now with the ability to clone template entries
This commit is contained in:
@@ -28,6 +28,7 @@ export async function load({ parent }) {
|
||||
let load_journal_obj_li = journals_func.load_ae_obj_id__journal({
|
||||
api_cfg: ae_acct.api,
|
||||
journal_id: journal_id,
|
||||
hidden: 'all', // 'not_hidden' to load only visible entries
|
||||
// params: ae_params,
|
||||
try_cache: true,
|
||||
log_lvl: log_lvl
|
||||
@@ -40,7 +41,7 @@ export async function load({ parent }) {
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: account_id,
|
||||
inc_entry_li: true,
|
||||
hidden: 'not_hidden',
|
||||
hidden: 'all', // 'not_hidden'
|
||||
enabled: 'enabled',
|
||||
// order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'name': 'ASC', 'updated_on': 'DESC', 'created_on': 'DESC'},
|
||||
limit: 25,
|
||||
|
||||
Reference in New Issue
Block a user