Loading module/Application/view/application/agent/partial/informations-generales.phtml +8 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,14 @@ $canAfficherInfoSource = $this->isAllowed($agent, AgentaffichagePrivileges::AGEN $canAfficherTemoinAffectation = $this->isAllowed($agent, AgentaffichagePrivileges::AGENTAFFICHAGE_TEMOIN_AFFECTATION); $canAfficherTemoinStatut = $this->isAllowed($agent, AgentaffichagePrivileges::AGENTAFFICHAGE_TEMOIN_STATUT); $canAfficherAutorite = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_AUTORITE)); $canAfficherSuperieure = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_SUPERIEUR)); $canAfficherCarriereComplete = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_CARRIERECOMPLETE)); $canAfficherCarriereDate = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_DATERESUME)); $canAfficherInfoSource = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_COMPTE)); $canAfficherTemoinAffectation = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_TEMOIN_AFFECTATION)); $canAfficherTemoinStatut = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_TEMOIN_STATUT)); ?> <h2> Informations générales sur l'agent </h2> Loading module/EntretienProfessionnel/view/entretien-professionnel/campagne/structure.phtml +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ $this->headTitle("Campagne d'entretien professionnel " . $campagne->getAnnee() . <?php echo $structure->getLibelleLong(); ?> </h1> <?php echo $this->messenger()->addMessagesFromFlashMessenger(); ?> <div class="row"> <div class="col-md-6"> <h3> Information sur la campagne</h3> Loading Loading
module/Application/view/application/agent/partial/informations-generales.phtml +8 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,14 @@ $canAfficherInfoSource = $this->isAllowed($agent, AgentaffichagePrivileges::AGEN $canAfficherTemoinAffectation = $this->isAllowed($agent, AgentaffichagePrivileges::AGENTAFFICHAGE_TEMOIN_AFFECTATION); $canAfficherTemoinStatut = $this->isAllowed($agent, AgentaffichagePrivileges::AGENTAFFICHAGE_TEMOIN_STATUT); $canAfficherAutorite = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_AUTORITE)); $canAfficherSuperieure = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_SUPERIEUR)); $canAfficherCarriereComplete = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_CARRIERECOMPLETE)); $canAfficherCarriereDate = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_DATERESUME)); $canAfficherInfoSource = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_COMPTE)); $canAfficherTemoinAffectation = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_TEMOIN_AFFECTATION)); $canAfficherTemoinStatut = $this->isAllowed(AgentaffichagePrivileges::getResourceId(AgentaffichagePrivileges::AGENTAFFICHAGE_TEMOIN_STATUT)); ?> <h2> Informations générales sur l'agent </h2> Loading
module/EntretienProfessionnel/view/entretien-professionnel/campagne/structure.phtml +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ $this->headTitle("Campagne d'entretien professionnel " . $campagne->getAnnee() . <?php echo $structure->getLibelleLong(); ?> </h1> <?php echo $this->messenger()->addMessagesFromFlashMessenger(); ?> <div class="row"> <div class="col-md-6"> <h3> Information sur la campagne</h3> Loading