diff --git a/controllers/grid/articleGalleys/ArticleGalleyGridHandler.inc.php b/controllers/grid/articleGalleys/ArticleGalleyGridHandler.inc.php index be9c0169917..f5b1ec53e08 100644 --- a/controllers/grid/articleGalleys/ArticleGalleyGridHandler.inc.php +++ b/controllers/grid/articleGalleys/ArticleGalleyGridHandler.inc.php @@ -180,7 +180,8 @@ function getRowInstance() { return new ArticleGalleyGridRow( $this->getSubmission(), $this->getPublication(), - !empty(array_intersect([ROLE_ID_MANAGER, ROLE_ID_SUB_EDITOR, ROLE_ID_ASSISTANT, ROLE_ID_AUTHOR], $this->getAuthorizedContextObject(ASSOC_TYPE_USER_ROLES))) + $this->canEdit() + ); }