feat: docs managers can action docs & create subdocs (#7077)
* feat: docs managers can action docs & create subdocs * tests --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -136,5 +136,9 @@ export default async function documentUpdater({
|
||||
});
|
||||
}
|
||||
|
||||
return document;
|
||||
return await Document.findByPk(document.id, {
|
||||
userId: user.id,
|
||||
rejectOnEmpty: true,
|
||||
transaction,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user