From b84edaaf13ba854290099b0df452f61e9b595a17 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 20 Nov 2014 19:52:34 -0500 Subject: Description should not be mandatory, see #400 --- app/Model/TaskValidator.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Model/TaskValidator.php') diff --git a/app/Model/TaskValidator.php b/app/Model/TaskValidator.php index 816008cf..ecaf0902 100644 --- a/app/Model/TaskValidator.php +++ b/app/Model/TaskValidator.php @@ -70,7 +70,6 @@ class TaskValidator extends Base { $rules = array( new Validators\Required('id', t('The id is required')), - new Validators\Required('description', t('The description is required')), ); $v = new Validator($values, array_merge($rules, $this->commonValidationRules())); -- cgit v1.2.3