Symfony EasyAdmin 4: I have an entity "Customers" with a OneToMany relation "Addresses". I display these in Easy Admin using CollectionField on the edit page of one customer. The default layout and edit functions will work for me.
The problem: Some addresses (active = false) should not be displayed and should not be editable. I don't really know where to implement this. Does anyone have any advice for me?
Tried to use setQueryBuilder(), but the function is only for EasyAdmin Association Field.