From 52f6e20bb2627cf2e5ea8adff33c8587de577d03 Mon Sep 17 00:00:00 2001 From: Sebastian <sebastian.mihalache@thinslices.com> Date: Tue, 24 Apr 2018 11:38:15 +0300 Subject: [PATCH] update default.js --- packages/component-invite/config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/component-invite/config/default.js b/packages/component-invite/config/default.js index 82c160f4b..27fee7574 100644 --- a/packages/component-invite/config/default.js +++ b/packages/component-invite/config/default.js @@ -9,7 +9,7 @@ module.exports = { }, roles: { global: ['admin', 'editorInChief', 'author', 'handlingEditor'], - collection: ['handlingEditor', 'reviewer'], + collection: ['handlingEditor', 'reviewer', 'author'], inviteRights: { admin: ['admin', 'editorInChief', 'author'], editorInChief: ['handlingEditor'], -- GitLab