mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
cs: Enable a couple of risky rules.
This commit is contained in:
@@ -24,7 +24,7 @@ class CalendarRangeAPIController extends ApiController
|
||||
{
|
||||
$em = $this->getDoctrine()->getManager();
|
||||
|
||||
$sql = 'SELECT c FROM ChillCalendarBundle:CalendarRange c
|
||||
$sql = 'SELECT c FROM ChillCalendarBundle:CalendarRange c
|
||||
WHERE NOT EXISTS (SELECT cal.id FROM ChillCalendarBundle:Calendar cal WHERE cal.calendarRange = c.id)';
|
||||
|
||||
if ($request->query->has('user')) {
|
||||
|
Reference in New Issue
Block a user