Loading module/Application/src/Application/Form/ApplicationGroupe/ApplicationGroupeForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ class ApplicationGroupeForm extends Form { 'type' => Number::class, 'name' => 'ordre', 'options' => [ 'label' => "Ordre* :", 'label' => "Ordre :", ], 'attributes' => [ 'id' => 'ordre', Loading Loading @@ -64,7 +64,7 @@ class ApplicationGroupeForm extends Form { //input $this->setInputFilter((new Factory())->createInputFilter([ 'libelle' => [ 'required' => true, ], 'ordre' => [ 'required' => true, ], 'ordre' => [ 'required' => false, ], 'couleur' => [ 'required' => false, ], ])); } Loading module/Application/src/Application/Form/FormationGroupe/FormationGroupeForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ class FormationGroupeForm extends Form { 'type' => Number::class, 'name' => 'ordre', 'options' => [ 'label' => "Ordre* :", 'label' => "Ordre :", ], 'attributes' => [ 'id' => 'ordre', Loading Loading @@ -64,7 +64,7 @@ class FormationGroupeForm extends Form { //input $this->setInputFilter((new Factory())->createInputFilter([ 'libelle' => [ 'required' => true, ], 'ordre' => [ 'required' => true, ], 'ordre' => [ 'required' => false, ], 'couleur' => [ 'required' => false, ], ])); } Loading module/Application/view/application/structure/partial/resume.phtml +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ $canEditerGestionnaire = $this->isAllowed($structure, StructurePrivileges::STRU ?> <div class="row"> <div class="col-md-6"> <h2> Description Loading Loading
module/Application/src/Application/Form/ApplicationGroupe/ApplicationGroupeForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ class ApplicationGroupeForm extends Form { 'type' => Number::class, 'name' => 'ordre', 'options' => [ 'label' => "Ordre* :", 'label' => "Ordre :", ], 'attributes' => [ 'id' => 'ordre', Loading Loading @@ -64,7 +64,7 @@ class ApplicationGroupeForm extends Form { //input $this->setInputFilter((new Factory())->createInputFilter([ 'libelle' => [ 'required' => true, ], 'ordre' => [ 'required' => true, ], 'ordre' => [ 'required' => false, ], 'couleur' => [ 'required' => false, ], ])); } Loading
module/Application/src/Application/Form/FormationGroupe/FormationGroupeForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ class FormationGroupeForm extends Form { 'type' => Number::class, 'name' => 'ordre', 'options' => [ 'label' => "Ordre* :", 'label' => "Ordre :", ], 'attributes' => [ 'id' => 'ordre', Loading Loading @@ -64,7 +64,7 @@ class FormationGroupeForm extends Form { //input $this->setInputFilter((new Factory())->createInputFilter([ 'libelle' => [ 'required' => true, ], 'ordre' => [ 'required' => true, ], 'ordre' => [ 'required' => false, ], 'couleur' => [ 'required' => false, ], ])); } Loading
module/Application/view/application/structure/partial/resume.phtml +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ $canEditerGestionnaire = $this->isAllowed($structure, StructurePrivileges::STRU ?> <div class="row"> <div class="col-md-6"> <h2> Description Loading