Commit 2ab5bbab authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction #52753

(cherry picked from commit 48f20cad)
parent ec6728d7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -81,7 +81,10 @@ class StatutController extends AbstractController
            });
        } else {
            $form->bind($statut);
            $form->readOnly();
            $elements = $form->getElements();
            $elements = array_keys($elements);
            $form->readOnly(true, $elements);

        }

        $vm = new ViewModel();