Joanis Rt
Joanis Rt
I'm not sure if the attribute `comparison` could be a nullable value on `FilterDataDto`. The filter system is normalized on form data. I let others to reply about it. Right...
@fdiedler, Ok I didn't understand well your needs. In this case, maybe you could try this (on basic `ChoiceFilterType`): ```php // ... ->setFormTypeOption('comparison_type', 'hidden') // EA is waiting for a...
@fdiedler thank you for your feedback. I think I did a mistake on form type option key: ```php // ... ->setFormTypeOption('comparison_type_options.type', 'hidden') // EA is waiting for a type for...
Hi, The next major version won't use XMLRPC because of PHP 8. You have to know that this extension is not provided by default in PHP 8+. Moreover, some deployment...