Change translation for the group of voter rights

This commit is contained in:
Julie Lenaerts 2024-04-29 15:28:13 +02:00
parent 02b150b0a5
commit 422b6b99eb
3 changed files with 4 additions and 2 deletions

View File

@ -251,3 +251,5 @@ CHILL_JOB_REPORT_NEW: Création et modification des rapports emploi
CHILL_JOB_REPORT_DELETE: Suppression des rapports emploi
CHILL_JOB_REPORT_CV: Création et modification des rapports emploi (CV uniquement)
CHILL_JOB_EXPORTS: Exports emploi
JobBundle: Emploi

View File

@ -89,7 +89,7 @@ class ExportsJobVoter extends AbstractChillVoter implements ProvideRoleHierarchy
*/
public function getRolesWithHierarchy(): array
{
return ['Job' => $this->getRoles()];
return ['JobBundle' => $this->getRoles()];
}
/**

View File

@ -110,7 +110,7 @@ class JobVoter extends AbstractChillVoter implements ProvideRoleHierarchyInterfa
public function getRolesWithHierarchy(): array
{
return ['Job' => $this->getRoles()];
return ['JobBundle' => $this->getRoles()];
}
public function getRolesWithoutScope(): array