summaryrefslogtreecommitdiff
path: root/app/Model
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-20 21:10:09 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-20 21:10:09 -0400
commit8cd1e6f4c1642b2cad8fc29704c042d6e4e527b1 (patch)
tree49143224b6ae741f2c25e78750c682627da06927 /app/Model
parent32aab02549f45b71b494cf966126cf715d3f75e4 (diff)
Add current values when moving/duplicate a task to another project and add a loading icon
Diffstat (limited to 'app/Model')
-rw-r--r--app/Model/TaskFinder.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/TaskFinder.php b/app/Model/TaskFinder.php
index a16cb69f..6cf79d1f 100644
--- a/app/Model/TaskFinder.php
+++ b/app/Model/TaskFinder.php
@@ -248,6 +248,7 @@ class TaskFinder extends Base
project_has_categories.name AS category_name,
swimlanes.name AS swimlane_name,
projects.name AS project_name,
+ projects.default_swimlane,
columns.title AS column_title,
users.username AS assignee_username,
users.name AS assignee_name,