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

Le Tbl du référentiel était mal mis à jour

parent fb2e864b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -396,7 +396,7 @@ class ServiceReferentielController extends AbstractController
    {
        $this->getServiceWorkflow()->calculerTableauxBord(['formule', 'validation_referentiel', 'referentiel'], $intervenant);
        if (!$validation) {
            $this->getServiceWorkflow()->calculerTableauxBord(['referentiel', 'piece_jointe_fournie'], $intervenant);
            $this->getServiceWorkflow()->calculerTableauxBord(['piece_jointe_fournie'], $intervenant);
        }
    }