From 83f6c50af2fd38525d02ca112cb030584d157064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Danyi?= Date: Thu, 19 Apr 2018 17:05:21 +0200 Subject: [PATCH] * non active groups can be selected aswell --- src/App/Form/Slide.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Form/Slide.php b/src/App/Form/Slide.php index 2bfbdf8..16d7c5e 100644 --- a/src/App/Form/Slide.php +++ b/src/App/Form/Slide.php @@ -43,7 +43,7 @@ class Slide * "find_method": { * "name": "findBy", * "params": { - * "criteria": {"isActive": true}, + * "criteria": {}, * "orderBy": {"name": "ASC"} * } * }