Loading module/Oscar/src/Oscar/Controller/ProjectGrantController.php +1 −1 Original line number Diff line number Diff line Loading @@ -719,7 +719,7 @@ class ProjectGrantController extends AbstractOscarController $entity = $this->getActivityFromRoute(); // Check access $this->getOscarUserContext()->check(Privileges::MAINTENANCE_MENU_ADMIN); $this->getOscarUserContext()->check(Privileges::ACTIVITY_NOTIFICATIONS_SHOW, $entity); /** @var NotificationService $notificationService */ $notificationService = $this->getServiceLocator()->get('NotificationService'); Loading Loading
module/Oscar/src/Oscar/Controller/ProjectGrantController.php +1 −1 Original line number Diff line number Diff line Loading @@ -719,7 +719,7 @@ class ProjectGrantController extends AbstractOscarController $entity = $this->getActivityFromRoute(); // Check access $this->getOscarUserContext()->check(Privileges::MAINTENANCE_MENU_ADMIN); $this->getOscarUserContext()->check(Privileges::ACTIVITY_NOTIFICATIONS_SHOW, $entity); /** @var NotificationService $notificationService */ $notificationService = $this->getServiceLocator()->get('NotificationService'); Loading