From ac3d67448a994a565ef035299e6e482082c05d4d Mon Sep 17 00:00:00 2001 From: Maxime Huran Date: Fri, 22 Nov 2024 17:29:04 +0100 Subject: [PATCH] Avoid error Tagged grid filters needs to have "type" attributes --- src/Resources/config/services.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Resources/config/services.yaml b/src/Resources/config/services.yaml index c38fc80..e45b733 100644 --- a/src/Resources/config/services.yaml +++ b/src/Resources/config/services.yaml @@ -57,6 +57,7 @@ services: $captchaMinimumScore: '%karser_recaptcha3.score_threshold%' MonsieurBiz\SyliusAntiSpamPlugin\Grid\Filter\QuarantineFilter: + autoconfigure: false tags: - name: sylius.grid_filter type: quarantine