We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cf54b commit 3479dd7Copy full SHA for 3479dd7
Admin/RouteAdmin.php
@@ -65,8 +65,8 @@ protected function configureFormFields(FormMapper $formMapper)
65
array('choice_list' => array(), 'select_root_node' => true, 'root_node' => $this->routeRoot)
66
)
67
->add('name', 'text')
68
- ->add('addFormatPattern')
69
- ->add('addTrailingSlash')
+ ->add('addFormatPattern', null, array('required' => false))
+ ->add('addTrailingSlash', null, array('required' => false))
70
->end();
71
72
if (null === $this->getParentFieldDescription()) {
0 commit comments