[-] BO : fix #PSCFV-3117

This commit is contained in:
lLefevre
2012-07-09 14:03:43 +00:00
parent 43a3d2e05d
commit 1ec750bec1
+1 -1
View File
@@ -59,7 +59,7 @@ class TabCore extends ObjectModel
'active' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
// Lang fields
'name' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 32),
'name' => array('type' => self::TYPE_STRING, 'lang' => true, 'required' => true, 'validate' => 'isGenericName', 'size' => 32),
),
);