Loading module/Workflow/src/Controller/AdministrationController.php +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading Loading
module/Workflow/src/Controller/AdministrationController.php +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading