Skip to content

Commit

Permalink
MAGETWO-51943: Required varchar and text eav attributes can be saved …
Browse files Browse the repository at this point in the history
…as empty string
  • Loading branch information
irenelagno committed Apr 25, 2016
1 parent 8cfcdc0 commit 0c21e19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function saveActionDataProvider()
'display_mode' => true,
'meta_title' => true,
'custom_design' => true,
'page_layout' => true,
'page_layout' => false,
'is_active' => true,
'include_in_menu' => true,
'landing_page' => true,
Expand All @@ -242,7 +242,7 @@ public function saveActionDataProvider()
'description' => true,
'meta_keywords' => true,
'meta_description' => true,
'custom_layout_update' => true,
'custom_layout_update' => false,
'custom_design_from' => true,
'custom_design_to' => true,
'filter_price_range' => false
Expand Down

0 comments on commit 0c21e19

Please sign in to comment.