diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-07-01 18:28:32 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-07-01 18:28:32 -0400 |
| commit | 31f3de9646e4e54db431be6a6751e931be43d995 (patch) | |
| tree | 389cd7f69aaf7563389b6e4793a1dd6bb3a57e06 /app/Model/TaskFilter.php | |
| parent | 109a2a2e25e0e170d3df3860d054f82f70e78c4d (diff) | |
Add global search section
Diffstat (limited to 'app/Model/TaskFilter.php')
| -rw-r--r-- | app/Model/TaskFilter.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Model/TaskFilter.php b/app/Model/TaskFilter.php index b14dad0a..4a086078 100644 --- a/app/Model/TaskFilter.php +++ b/app/Model/TaskFilter.php @@ -214,7 +214,6 @@ class TaskFilter extends Base */ public function filterByCategoryName(array $values) { - $this->query->join(Category::TABLE, 'id', 'category_id'); $this->query->beginOr(); foreach ($values as $category) { |
