We have a resource which calls another resource, and specifically calls 'verify_filters'. We discovered that in 0.9 and 0.10 verify_filter calls raw.present? which is false when raw is false. This change makes the processing of the true and false consistent.
All Submissions:
[x] I've checked to ensure there aren't other open Pull Requests for the same update/change.
[x] My submission passes all tests. (Please run the full test suite locally to cut down on noise from travis failures.)
[x] I've added/updated tests for this change.
Bug fixes and Changes to Core Features:
[x] I've included an explanation of what the changes do and why I'd like you to include them.
[x] I've provided test(s) that fails without the change.
Test Plan:
Reviewer Checklist:
[ ] Maintains compliance with JSON:API
[ ] Adequate test coverage exists to prevent regressions
We have a resource which calls another resource, and specifically calls 'verify_filters'. We discovered that in 0.9 and 0.10
verify_filter
callsraw.present?
which is false when raw isfalse
. This change makes the processing of the true and false consistent.All Submissions:
Bug fixes and Changes to Core Features:
Test Plan:
Reviewer Checklist: