Skip to content

Commit

Permalink
EZP-28443: There is no validation for Address in map location (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx authored and Łukasz Serwatka committed Dec 14, 2017
1 parent 39f40e1 commit e2e8511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Form/Type/FieldType/MapLocationFieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
TextType::class,
[
'label' => /* @Desc("Address") */ 'content.field_type.ezgmaplocation.address',
'required' => $options['required'],
'required' => false,
'empty_data' => '',
]
)
Expand Down

0 comments on commit e2e8511

Please sign in to comment.