Bert Oost
Bert Oost
Definitely true @stof ... but when you don't have a getter to assign it to the template, then `constant(..).value` is kinda weird since enums doesn't feel like constants... @ThomasLandauer could...
Facing this issue as well.. I used to have `dev`, `staging` and `prod` instead.. this plugin literally checks on `production`. Not good. ``` src/services/SeoService.php :: 26 ``` ```php if (CRAFT_ENVIRONMENT...
I am working on a macbook :-)
Hi! I am running into same, although I do not use your bundle... I am working on an automated Enum field, with one `EnumType`, using the `$enumType` property of Doctrine's...
Thanks @allejo ! This works like charm. Should be added to the core.
Im getting too :-( forcing me to use native Sortable instead
Me too! So no problem ;-) Hope it got merged some day.. :-)
I also have the problem that routes translation per bundle are filled with all routes, instead of the bundle only routes. Would be nice if this works te same as...
I agree with @TomKeur and it should be possible to disable installing the appsec extension. Installing it could be the default, with keeping the `--enable-appsec`. But a `--disable-appsec` should be...
Therefor I also check if the value is empty. Because sometimes a form field is not required and you don't want to have them appearing empty in your emails