Loading config/autoload/unicaen-authentification.global.php +3 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,9 @@ return [ * Attribut LDAP utilisé pour le username des utilisateurs * A personnaliser au besoin */ // 'ldap_username' => 'uid', // 'ldap_username' => 'supannaliaslogin', ], ]; Loading module/Formation/config/module.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,10 +8,10 @@ use Formation\Event\Convocation\ConvocationEvent; use Formation\Event\Convocation\ConvocationEventFactory; use Formation\Event\DemandeRetour\DemandeRetourEvent; use Formation\Event\DemandeRetour\DemandeRetourEventFactory; use Formation\Event\DemandeRetour\SessionClotureEventFactory; use Formation\Event\InscriptionCloture\InscriptionClotureEvent; use Formation\Event\InscriptionCloture\InscriptionClotureEventFactory; use Formation\Event\SessionCloture\SessionClotureEvent; use Formation\Event\SessionCloture\SessionClotureEventFactory; use Formation\Provider\Privilege\FormationPrivileges; use Formation\Service\Evenement\NotificationFormationsOuvertesService; use Formation\Service\Evenement\NotificationFormationsOuvertesServiceFactory; Loading module/Formation/src/Formation/Event/SessionCloture/SessionClotureEventFactory.php +1 −2 Original line number Diff line number Diff line <?php namespace Formation\Event\DemandeRetour; namespace Formation\Event\SessionCloture; use Doctrine\ORM\EntityManager; use Formation\Event\SessionCloture\SessionClotureEvent; use Formation\Provider\Parametre\FormationParametres; use Formation\Service\FormationInstance\FormationInstanceService; use Psr\Container\ContainerExceptionInterface; Loading Loading
config/autoload/unicaen-authentification.global.php +3 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,9 @@ return [ * Attribut LDAP utilisé pour le username des utilisateurs * A personnaliser au besoin */ // 'ldap_username' => 'uid', // 'ldap_username' => 'supannaliaslogin', ], ]; Loading
module/Formation/config/module.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,10 +8,10 @@ use Formation\Event\Convocation\ConvocationEvent; use Formation\Event\Convocation\ConvocationEventFactory; use Formation\Event\DemandeRetour\DemandeRetourEvent; use Formation\Event\DemandeRetour\DemandeRetourEventFactory; use Formation\Event\DemandeRetour\SessionClotureEventFactory; use Formation\Event\InscriptionCloture\InscriptionClotureEvent; use Formation\Event\InscriptionCloture\InscriptionClotureEventFactory; use Formation\Event\SessionCloture\SessionClotureEvent; use Formation\Event\SessionCloture\SessionClotureEventFactory; use Formation\Provider\Privilege\FormationPrivileges; use Formation\Service\Evenement\NotificationFormationsOuvertesService; use Formation\Service\Evenement\NotificationFormationsOuvertesServiceFactory; Loading
module/Formation/src/Formation/Event/SessionCloture/SessionClotureEventFactory.php +1 −2 Original line number Diff line number Diff line <?php namespace Formation\Event\DemandeRetour; namespace Formation\Event\SessionCloture; use Doctrine\ORM\EntityManager; use Formation\Event\SessionCloture\SessionClotureEvent; use Formation\Provider\Parametre\FormationParametres; use Formation\Service\FormationInstance\FormationInstanceService; use Psr\Container\ContainerExceptionInterface; Loading