Trying to get the activity logs to work... Create!
This commit is contained in:
@@ -156,6 +156,11 @@ export async function create_ae_obj__activity_log({
|
||||
}) {
|
||||
console.log(`*** create_ae_obj__activity_log() *** account_id=${account_id}`);
|
||||
|
||||
if (!account_id) {
|
||||
console.log(`ERROR: Journals - Journal - account_id required to create`);
|
||||
return false;
|
||||
}
|
||||
|
||||
ae_promises.create__activity_log = await api
|
||||
.create_ae_obj_crud({
|
||||
api_cfg: api_cfg,
|
||||
|
||||
Reference in New Issue
Block a user