Merge pull request #91 from pliablepixels/90-group-incomplete
Fix for Event details apis (anything that needs groups to be loaded)pull/2077/head
commit
d5319dd046
|
@ -39,7 +39,7 @@ class Group extends AppModel {
|
|||
public $validate = array(
|
||||
'Name' => array(
|
||||
'notEmpty' => array(
|
||||
'rule' => array('notEmpty'),
|
||||
'rule' => array('notEmpty'))),
|
||||
'Id' => array(
|
||||
'numeric' => array(
|
||||
'rule' => array('numeric'),
|
||||
|
|
Loading…
Reference in New Issue