tags can't be filtered #3

Closed
opened 2014-07-23 21:40:09 +02:00 by andibraeu · 0 comments
andibraeu commented 2014-07-23 21:40:09 +02:00 (Migrated from github.com)

if I add a new appointment with tags, I can't filter those tags afterwards. The Stack Trace looks like that:

Stack Trace

in /var/www/calcifer/src/Hackspace/Bundle/CalciferBundle/Controller/TagController.php at line 64  -
            $qb = $em->createQueryBuilder();
            $qb->select(array('e'))
                ->from('CalciferBundle:Event', 'e')
                ->join('e.tags', 't', 'WITH', $qb->expr()->in('t.id', $tag->getId()))
                ->where('e.startdate >= :startdate')
                ->orderBy('e.startdate')
                ->setParameter('startdate', $now); 
if I add a new appointment with tags, I can't filter those tags afterwards. The Stack Trace looks like that: Stack Trace ``` in /var/www/calcifer/src/Hackspace/Bundle/CalciferBundle/Controller/TagController.php at line 64 - $qb = $em->createQueryBuilder(); $qb->select(array('e')) ->from('CalciferBundle:Event', 'e') ->join('e.tags', 't', 'WITH', $qb->expr()->in('t.id', $tag->getId())) ->where('e.startdate >= :startdate') ->orderBy('e.startdate') ->setParameter('startdate', $now); ```
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Krautspace/calcifer#3
No description provided.