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

pas de vidage de cache systématique pour le moment

parent b4ccb2ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ class AdministrationController extends AbstractController
    public function dataAction(): AxiosModel
    {
        // Le cache est vidé systématiquement ici pour éviter tout problème
        $this->getServiceWorkflow()->clearEtapesCache();
        //$this->getServiceWorkflow()->clearEtapesCache();

        $etapes = array_values($this->getServiceWorkflow()->getEtapes());