mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
add logic to filter tasks
This commit is contained in:
@@ -118,7 +118,6 @@ class SingleTaskRepository extends \Doctrine\ORM\EntityRepository
|
||||
$qb->setParameter('scope', $params['scope']);
|
||||
}
|
||||
|
||||
|
||||
if (\array_key_exists('date_status', $params) and !empty($params['date_status'])) {
|
||||
$this->addTypeFilter($qb, $params);
|
||||
}
|
||||
|
Reference in New Issue
Block a user