Skip to content
Snippets Groups Projects
Commit 3889daa7 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction (#39194)

parent 967e4fba
Branches
Tags 5.3.0
No related merge requests found
......@@ -116,7 +116,16 @@ class RegleStructureValidationForm extends AbstractForm
*/
public function getInputFilterSpecification()
{
return [];
$spec = [
'type-intervenant' => [
'required' => false,
],
'type-volume-horaire' => [
'required' => false,
],
];
return $spec;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment