// Fix #PSCFV-4679

This commit is contained in:
rGaillard
2012-10-03 16:04:33 +00:00
parent 7aa4db61d4
commit b89c8f0966
+1 -1
View File
@@ -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