Merge pull request #91 from pliablepixels/90-group-incomplete

Fix for Event details apis  (anything that needs groups to be loaded)
pull/2077/head
Isaac Connor 2018-03-27 11:00:03 -04:00 committed by GitHub
commit d5319dd046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'),