Commit a8ae2019 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Message d'erreur pour les membres non qualifié. TODO Corriger les demandes

parent 3f940546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1898,7 +1898,7 @@ class ProjectGrantController extends AbstractOscarController implements UseNotif
                'id' => $activityPerson->getId(),
                'role' => $activityPerson->getRole(),
                'roleLabel' => $activityPerson->getRole(),
                'roleId' => $activityPerson->getRoleObj()->getId(),
                'roleId' => $activityPerson->getRoleObj() ? $activityPerson->getRoleObj()->getId() : "",
                'rolePrincipal' => $activityPerson->isPrincipal(),
                'urlDelete' => $urlDelete,
                'context' => $context,