From b89c8f0966ffaf58d3c89e7bcd73e6a812fbdd3c Mon Sep 17 00:00:00 2001 From: rGaillard Date: Wed, 3 Oct 2012 16:04:33 +0000 Subject: [PATCH] // Fix #PSCFV-4679 --- classes/AttributeGroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/AttributeGroup.php b/classes/AttributeGroup.php index 058c4ccf9..5518c64a3 100644 --- a/classes/AttributeGroup.php +++ b/classes/AttributeGroup.php @@ -45,7 +45,7 @@ class AttributeGroupCore extends ObjectModel 'multilang' => true, 'fields' => array( 'is_color_group' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'), - 'group_type' => array('type' => self::TYPE_STRING), + 'group_type' => array('type' => self::TYPE_STRING, 'required' => true), 'position' => array('type' => self::TYPE_INT, 'validate' => 'isInt'), // Lang fields