From 75d3c2be14fac99a8c71db89af71df8feadedbc1 Mon Sep 17 00:00:00 2001
From: Bogdan Cochior <bogdan.cochior@thinslices.com>
Date: Tue, 31 Jul 2018 11:12:41 +0300
Subject: [PATCH] fix(mts): change status in technicalChecks

---
 .../component-manuscript-manager/src/routes/fragments/post.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/component-manuscript-manager/src/routes/fragments/post.js b/packages/component-manuscript-manager/src/routes/fragments/post.js
index 97ad23899..23aa0e94e 100644
--- a/packages/component-manuscript-manager/src/routes/fragments/post.js
+++ b/packages/component-manuscript-manager/src/routes/fragments/post.js
@@ -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
-- 
GitLab