- πΊπΈUnited States john.oltman
john.oltman β made their first commit to this issueβs fork.
- Merge request !12718Issue #3098676: EntityConstraintViolationListInterface::filterByFields... β (Open) created by john.oltman
- πΊπΈUnited States john.oltman
I ran into this recently and it cost me a debugging session. Let's get this fixed.
I used different text vs the proposed resolution, to be consistent with the verbiage for the related filterByFieldAccess method.
- πΊπΈUnited States smustgrave
Aren't we losing information but removing
When violations should be displayed for a sub-set of visible fields only,
* this method may be used to filter the set of visible violations first. - πΊπΈUnited States john.oltman
Thanks for taking a look @smustgrave. No, that text is not necessary and superfluous once the MR is applied. The new text was chosen specifically to be similar to the text for the similar
filterByFieldAccess
method that follows. This way both "filter" methods have similar doc, as they should.