Loading module/Application/src/Application/Controller/EntretienProfessionnelController.php +1 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,7 @@ class EntretienProfessionnelController extends AbstractActionController case 'Responsable' : $entretien->setValidationResponsable($validation); $this->getMailingService()->sendMailType("ENTRETIEN_VALIDATION_RESPONSABLE", ['campagne' => $entretien->getCampagne(), 'entretien' => $entretien, 'mailing' => 'zzz'.$entretien->getAgent()->getUtilisateur()->getEmail()]); $this->getMailingService()->sendMailType("COMMUNICATION_AGENT_OBSERVATIONS", ['campagne' => $entretien->getCampagne(), 'entretien' => $entretien, 'mailing' => 'zzz'.$entretien->getAgent()->getUtilisateur()->getEmail()]); break; case 'DRH' : $entretien->setValidationDRH($validation); Loading module/Application/view/application/structure/afficher.phtml +1 −2 Original line number Diff line number Diff line Loading @@ -72,8 +72,7 @@ $canAfficherStructure = $this->isAllowed($structure, StructurePrivileges::STRU <li role="informations"> <a href="#informations" aria-controls="informations" role="tab" data-toggle="tabz"> Informations <strong><?php echo $structure->getLibelleCourt(); ?></strong> Fiches de poste </a> </li> Loading Loading
module/Application/src/Application/Controller/EntretienProfessionnelController.php +1 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,7 @@ class EntretienProfessionnelController extends AbstractActionController case 'Responsable' : $entretien->setValidationResponsable($validation); $this->getMailingService()->sendMailType("ENTRETIEN_VALIDATION_RESPONSABLE", ['campagne' => $entretien->getCampagne(), 'entretien' => $entretien, 'mailing' => 'zzz'.$entretien->getAgent()->getUtilisateur()->getEmail()]); $this->getMailingService()->sendMailType("COMMUNICATION_AGENT_OBSERVATIONS", ['campagne' => $entretien->getCampagne(), 'entretien' => $entretien, 'mailing' => 'zzz'.$entretien->getAgent()->getUtilisateur()->getEmail()]); break; case 'DRH' : $entretien->setValidationDRH($validation); Loading
module/Application/view/application/structure/afficher.phtml +1 −2 Original line number Diff line number Diff line Loading @@ -72,8 +72,7 @@ $canAfficherStructure = $this->isAllowed($structure, StructurePrivileges::STRU <li role="informations"> <a href="#informations" aria-controls="informations" role="tab" data-toggle="tabz"> Informations <strong><?php echo $structure->getLibelleCourt(); ?></strong> Fiches de poste </a> </li> Loading