Commit f8657a62 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Bug Suite refactoring traits

parent ff45f1f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ class FonctionReferentielController extends AbstractController
        $fonctionReferentiel = $this->getEvent()->getParam('fonctionReferentiel');
        $tab                 = $this->params()->fromQuery('tab', 'fiche');

        $form = $this->getFormFonctionReferentielSaisie();
        $form = $this->getFormFonctionReferentielFonctionReferentielSaisie();
        if (empty($fonctionReferentiel)) {
            $title               = 'Création d\'une nouvelle fonction référentielle';
            $fonctionReferentiel = $this->getServiceFonctionReferentiel()->newEntity();