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
I just updated the plugin from RC9 to v2.1. And before we had the filters being applied automatically. However, the "apply_manually" has been removed in the config. In the Seach/_filters.html.twig template of the bundle there is a comment line with if gridConfig.haveToApplyManuallyFilters(). I tried to use and realized we do not have a GridConfig object in this context. I couldn't find anything about this option the readme.
Also, it seems there is no option for this in the SettingsPlugin either. How can I enable the automatic filters again?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Versions
PHP: v8.0
Sylius: v1.10
MonsieurBIz: v2.1.10
Description
Hi y'all
I just updated the plugin from RC9 to v2.1. And before we had the filters being applied automatically. However, the "apply_manually" has been removed in the config. In the
Seach/_filters.html.twig
template of the bundle there is a comment line withif gridConfig.haveToApplyManuallyFilters()
. I tried to use and realized we do not have a GridConfig object in this context. I couldn't find anything about this option the readme.Also, it seems there is no option for this in the SettingsPlugin either. How can I enable the automatic filters again?
Thanks in advance
The text was updated successfully, but these errors were encountered: