[-] BO : fix #PSCFV-3117
This commit is contained in:
+1
-1
@@ -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),
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user