Skip to content
Snippets Groups Projects
Commit 75d3c2be authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

fix(mts): change status in technicalChecks

parent 26a90b19
No related branches found
No related tags found
1 merge request!21Sprint #16 features
......@@ -54,7 +54,7 @@ module.exports = models => async (req, res) => {
})
email.setupManuscriptSubmittedEmail()
collection.status = 'submitted'
collection.status = 'technicalChecks'
collection.save()
const { journal, xmlParser, ftp } = mtsConfig
......
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