Skip to content
Snippets Groups Projects
Commit b1288d26 authored by Nicoleta Ursu's avatar Nicoleta Ursu
Browse files

fix: manuscript status unsubmitted after submission

parent c59697c6
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,13 @@ const commonUpdateManuscript = async (_, { id, input }, ctx) => {
const updatedManuscript = {
...manuscript,
...manuscriptDelta,
submission: {
...manuscript.submission,
...manuscriptDelta.submission,
},
}
// if (manuscript.status === 'revise') {
// return manuscript.createNewVersion(update)
// }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment