You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The YAML configuration option default_value for filters is not usable with the PHP configuration.
The default_value type is mixed on the YAML configuration. The value is stored in the criteria property of Sylius\Component\Grid\Definition\Filter.
But on grid builder (Sylius\Bundle\GridBundle\Builder\Filter\Filter), the criteria property is type array instead of mixed.
The text was updated successfully, but these errors were encountered:
Problem
The YAML configuration option
default_value
for filters is not usable with the PHP configuration.The
default_value
type is mixed on the YAML configuration. The value is stored in thecriteria
property ofSylius\Component\Grid\Definition\Filter
.But on grid builder (
Sylius\Bundle\GridBundle\Builder\Filter\Filter
), thecriteria
property is typearray
instead ofmixed
.The text was updated successfully, but these errors were encountered: