fix(journals): resolve delete_method type mismatch and test safe workflow
This commit is contained in:
@@ -268,7 +268,7 @@
|
|||||||
.delete_ae_obj_id__journal_entry({
|
.delete_ae_obj_id__journal_entry({
|
||||||
api_cfg: $ae_api,
|
api_cfg: $ae_api,
|
||||||
journal_entry_id: lq__journal_entry_obj?.journal_entry_id,
|
journal_entry_id: lq__journal_entry_obj?.journal_entry_id,
|
||||||
method: delete_method, // 'delete', 'disable', 'hide'
|
method: delete_method as 'delete' | 'disable' | 'hide',
|
||||||
log_lvl: log_lvl
|
log_lvl: log_lvl
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user