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.
2 parents 0c8e317 + beeba33 commit c4950ddCopy full SHA for c4950dd
Admin/RouteAdmin.php
@@ -168,7 +168,7 @@ protected function configureFieldsForDefaults($dynamicDefaults)
168
$defaults['_format'] = array('_format', 'text', array('required' => true));
169
}
170
if ($route && $route->getOption('add_locale_pattern')) {
171
- $defaults['_locale'] = array('_format', 'text', array('required' => false));
+ $defaults['_locale'] = array('_locale', 'text', array('required' => false));
172
173
174
return $defaults;
0 commit comments