rdohms / dms-filter-bundle

Provides a FilterService for Symfony to allow users to implement input filtering in entities using Annotations
MIT License
78 stars 25 forks source link

Service based method not working in symfony 4.4 #153

Closed oussama-aitmi closed 3 years ago

oussama-aitmi commented 4 years ago

I am using symfony4.4 with the bundle dms-filter-bundle 4.0 when I call my filter I get any result and any error, here is my filter from my entity :

    /**
     * @ORM\Column(type="guid")
     * @SfFilter\Service(service="App\Rules\DocumentRules", method="uid")
     */
    protected $uid;
rdohms commented 3 years ago

Support for Symfony 4 has been dropped, please re-open if still an issue in Sf 5.