From 5b7011c61b8fd424a4a2089c2283cffd8faa2e7b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 27 Mar 2018 03:58:28 -0400 Subject: [PATCH] commented out incomplete definition - please complete it if you need it --- web/api/app/Model/Group.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/api/app/Model/Group.php b/web/api/app/Model/Group.php index 1017df7b7..7ddde08dc 100644 --- a/web/api/app/Model/Group.php +++ b/web/api/app/Model/Group.php @@ -37,9 +37,9 @@ class Group extends AppModel { * @var array */ public $validate = array( - 'Name' => array( + /*'Name' => array( 'notEmpty' => array( - 'rule' => array('notEmpty'), + 'rule' => array('notEmpty'),*/ 'Id' => array( 'numeric' => array( 'rule' => array('numeric'),