// Fix #PSCFV-4679
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user