Loading module/Application/src/Application/Controller/BudgetController.php +3 −3 Original line number Diff line number Diff line Loading @@ -267,9 +267,9 @@ class BudgetController extends AbstractController 'intervenant-grade-libelle' => 'Grade', 'intervenant-discipline-code' => 'Discipline intervenant (Code)', 'intervenant-discipline-libelle' => 'Discipline intervenant', 'service-structure-aff-libelle' => 'StructureService d\'affectation', 'service-structure-aff-libelle' => 'Structure d\'affectation', 'service-structure-ens-libelle' => 'StructureService d\'enseignement', 'service-structure-ens-libelle' => 'Structure d\'enseignement', 'groupe-type-formation-libelle' => 'Groupe de type de formation', 'type-formation-libelle' => 'Type de formation', 'etape-niveau' => 'Niveau', Loading @@ -283,7 +283,7 @@ class BudgetController extends AbstractController 'element-taux-fc' => 'Taux FC', 'element-taux-fa' => 'Taux FA', 'commentaires' => 'Commentaires', 'element-source-libelle' => 'SourceService enseignement', 'element-source-libelle' => 'Source enseignement', 'type-ressource-libelle' => 'Enveloppe', 'centre-couts-code' => 'Centre de coûts ou EOTP (code)', Loading module/Application/src/Application/Controller/ChargensController.php +3 −3 Original line number Diff line number Diff line Loading @@ -468,8 +468,8 @@ class ChargensController extends AbstractController 'intervenant_statut_libelle' => 'Statut intervenant', 'intervenant_type_code' => 'Type d\'intervenant (Code)', 'intervenant_type_libelle' => 'Type d\'intervenant', 'structure_aff_libelle' => 'StructureService d\'affectation', 'structure_ens_libelle' => 'StructureService d\'enseignement', 'structure_aff_libelle' => 'Structure d\'affectation', 'structure_ens_libelle' => 'Structure d\'enseignement', 'groupe_type_formation_libelle' => 'Groupe de type de formation', 'type_formation_libelle' => 'Type de formation', 'etape_niveau' => 'Niveau', Loading @@ -480,7 +480,7 @@ class ChargensController extends AbstractController 'element_taux_fi' => 'Taux FI', 'element_taux_fc' => 'Taux FC', 'element_taux_fa' => 'Taux FA', 'element_source_libelle' => 'SourceService enseignement', 'element_source_libelle' => 'Source enseignement', 'periode' => 'Période', 'type_intervention_code' => 'Type d\'intervention', 'heures_service' => 'Heures (service)', Loading module/Application/src/Application/Controller/StructureController.php +2 −2 Original line number Diff line number Diff line Loading @@ -83,10 +83,10 @@ class StructureController extends AbstractController throw new LogicException("Aucun identifiant de structure spécifié."); } if (!($structure = $this->getServiceStructure()->get($id))) { throw new RuntimeException("StructureService '$id' spécifiée introuvable."); throw new RuntimeException("Structure '$id' spécifiée introuvable."); } $title = "StructureService"; $title = "Structure"; return compact('structure', 'title'); } Loading module/Application/src/Application/Entity/Db/NotificationIndicateur.php +1 −1 Original line number Diff line number Diff line Loading @@ -305,7 +305,7 @@ class NotificationIndicateur { $infos = "Abonnement : " . $this->getDateAbonnement()->format(Constants::DATETIME_FORMAT); $infos .= "<br />StructureService : " . ($this->getAffectation()->getStructure() ?: "aucune"); $infos .= "<br />Structure : " . ($this->getAffectation()->getStructure() ?: "aucune"); if (($dernNotif = $this->getDateDernNotif())) { $infos .= "<br />Dernière notification : " . $dernNotif->format(Constants::DATETIME_FORMAT); Loading module/Application/src/Application/Entity/Db/Structure.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use UnicaenApp\Entity\HistoriqueAwareInterface; use UnicaenApp\Entity\HistoriqueAwareTrait; /** * StructureService * Structure */ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAwareInterface, ObjectManagerAware { Loading Loading
module/Application/src/Application/Controller/BudgetController.php +3 −3 Original line number Diff line number Diff line Loading @@ -267,9 +267,9 @@ class BudgetController extends AbstractController 'intervenant-grade-libelle' => 'Grade', 'intervenant-discipline-code' => 'Discipline intervenant (Code)', 'intervenant-discipline-libelle' => 'Discipline intervenant', 'service-structure-aff-libelle' => 'StructureService d\'affectation', 'service-structure-aff-libelle' => 'Structure d\'affectation', 'service-structure-ens-libelle' => 'StructureService d\'enseignement', 'service-structure-ens-libelle' => 'Structure d\'enseignement', 'groupe-type-formation-libelle' => 'Groupe de type de formation', 'type-formation-libelle' => 'Type de formation', 'etape-niveau' => 'Niveau', Loading @@ -283,7 +283,7 @@ class BudgetController extends AbstractController 'element-taux-fc' => 'Taux FC', 'element-taux-fa' => 'Taux FA', 'commentaires' => 'Commentaires', 'element-source-libelle' => 'SourceService enseignement', 'element-source-libelle' => 'Source enseignement', 'type-ressource-libelle' => 'Enveloppe', 'centre-couts-code' => 'Centre de coûts ou EOTP (code)', Loading
module/Application/src/Application/Controller/ChargensController.php +3 −3 Original line number Diff line number Diff line Loading @@ -468,8 +468,8 @@ class ChargensController extends AbstractController 'intervenant_statut_libelle' => 'Statut intervenant', 'intervenant_type_code' => 'Type d\'intervenant (Code)', 'intervenant_type_libelle' => 'Type d\'intervenant', 'structure_aff_libelle' => 'StructureService d\'affectation', 'structure_ens_libelle' => 'StructureService d\'enseignement', 'structure_aff_libelle' => 'Structure d\'affectation', 'structure_ens_libelle' => 'Structure d\'enseignement', 'groupe_type_formation_libelle' => 'Groupe de type de formation', 'type_formation_libelle' => 'Type de formation', 'etape_niveau' => 'Niveau', Loading @@ -480,7 +480,7 @@ class ChargensController extends AbstractController 'element_taux_fi' => 'Taux FI', 'element_taux_fc' => 'Taux FC', 'element_taux_fa' => 'Taux FA', 'element_source_libelle' => 'SourceService enseignement', 'element_source_libelle' => 'Source enseignement', 'periode' => 'Période', 'type_intervention_code' => 'Type d\'intervention', 'heures_service' => 'Heures (service)', Loading
module/Application/src/Application/Controller/StructureController.php +2 −2 Original line number Diff line number Diff line Loading @@ -83,10 +83,10 @@ class StructureController extends AbstractController throw new LogicException("Aucun identifiant de structure spécifié."); } if (!($structure = $this->getServiceStructure()->get($id))) { throw new RuntimeException("StructureService '$id' spécifiée introuvable."); throw new RuntimeException("Structure '$id' spécifiée introuvable."); } $title = "StructureService"; $title = "Structure"; return compact('structure', 'title'); } Loading
module/Application/src/Application/Entity/Db/NotificationIndicateur.php +1 −1 Original line number Diff line number Diff line Loading @@ -305,7 +305,7 @@ class NotificationIndicateur { $infos = "Abonnement : " . $this->getDateAbonnement()->format(Constants::DATETIME_FORMAT); $infos .= "<br />StructureService : " . ($this->getAffectation()->getStructure() ?: "aucune"); $infos .= "<br />Structure : " . ($this->getAffectation()->getStructure() ?: "aucune"); if (($dernNotif = $this->getDateDernNotif())) { $infos .= "<br />Dernière notification : " . $dernNotif->format(Constants::DATETIME_FORMAT); Loading
module/Application/src/Application/Entity/Db/Structure.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use UnicaenApp\Entity\HistoriqueAwareInterface; use UnicaenApp\Entity\HistoriqueAwareTrait; /** * StructureService * Structure */ class Structure implements HistoriqueAwareInterface, ResourceInterface, ImportAwareInterface, ObjectManagerAware { Loading