Skip to content
Snippets Groups Projects
Commit f15294d8 authored by Sebastian's avatar Sebastian
Browse files

feat(component-invite): fix tests

parent e05256e4
No related branches found
No related tags found
1 merge request!6Agree/Decline to work on a manuscript
...@@ -16,4 +16,30 @@ module.exports = { ...@@ -16,4 +16,30 @@ module.exports = {
handlingEditor: ['reviewer'], handlingEditor: ['reviewer'],
}, },
}, },
statuses: {
draft: {
public: 'Draft',
private: 'Draft',
},
submitted: {
public: 'Submitted',
private: 'Submitted',
},
heInvited: {
public: 'Submitted',
private: 'HE Invited',
},
heAssigned: {
public: 'HE Assigned',
private: 'HE Assigned',
},
reviewersInvited: {
public: 'Reviewers Invited',
private: 'Reviewers Invited',
},
underReview: {
public: 'Under Review',
private: 'Under Review',
},
},
} }
...@@ -17,4 +17,30 @@ module.exports = { ...@@ -17,4 +17,30 @@ module.exports = {
author: ['author'], author: ['author'],
}, },
}, },
statuses: {
draft: {
public: 'Draft',
private: 'Draft',
},
submitted: {
public: 'Submitted',
private: 'Submitted',
},
heInvited: {
public: 'Submitted',
private: 'HE Invited',
},
heAssigned: {
public: 'HE Assigned',
private: 'HE Assigned',
},
reviewersInvited: {
public: 'Reviewers Invited',
private: 'Reviewers Invited',
},
underReview: {
public: 'Under Review',
private: 'Under Review',
},
},
} }
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