diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-03 10:57:00 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-03 10:57:00 -0700 |
commit | e6f8a76a188960512ced32133b85686d9a8d9090 (patch) | |
tree | a7d4ff84eb127a8d542244e276c4775886c88a85 /app/Validator | |
parent | 78a2d3142c8da35ed072fdb035a2351594b128cc (diff) |
Use task description templates in bulk task creation
Diffstat (limited to 'app/Validator')
-rw-r--r-- | app/Validator/TaskValidator.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Validator/TaskValidator.php b/app/Validator/TaskValidator.php index f9441c8b..fced763a 100644 --- a/app/Validator/TaskValidator.php +++ b/app/Validator/TaskValidator.php @@ -81,7 +81,6 @@ class TaskValidator extends BaseValidator public function validateBulkCreation(array $values) { $rules = array( - new Validators\Required('project_id', t('The project is required')), new Validators\Required('tasks', t('Field required')), new Validators\Required('column_id', t('Field required')), new Validators\Required('swimlane_id', t('Field required')), |