Skip to content

Filter is not properly set #838

@Webonaute

Description

@Webonaute

Filter are not injected into instance of entity manager when using MyRepository extend ServiceEntityRepository, with

public function __construct(RegistryInterface $registry)
    {
        parent::__construct($registry, MyEntity::class);
    }

In FilterCollection.php line 107:

[InvalidArgumentException]
Filter 'softdeleteable' does not exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions