summaryrefslogtreecommitdiff
path: root/app/Controller/TaskBulkController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/TaskBulkController.php')
-rw-r--r--app/Controller/TaskBulkController.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Controller/TaskBulkController.php b/app/Controller/TaskBulkController.php
index 0f49fb76..072647e5 100644
--- a/app/Controller/TaskBulkController.php
+++ b/app/Controller/TaskBulkController.php
@@ -87,6 +87,11 @@ class TaskBulkController extends BaseController
'color_id' => $values['color_id'],
'project_id' => $project['id'],
'description' => $this->getTaskDescription($project, $values),
+ 'tags' => $values['tags'],
+ 'priority' => $values['priority'],
+ 'score' => $values['score'],
+ 'time_estimated' => $values['time_estimated'],
+ 'date_due' => $values['date_due'],
));
}
}