// Fix #PSCFV-4679
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17735 b9a71923-0436-4b27-9f14-aed3839534dd
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