-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Scaffold GridFieldFilterHeader filters for ArrayList based GridFields. #11575
ENH: Scaffold GridFieldFilterHeader filters for ArrayList based GridFields. #11575
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tested yet, but a few (mostly minor) things stood out in a quick review
There is a failed unit test that seems relevant - can you please take a look?
|
Hey @GuySartorelli , have pushed up unit test fixes, CI is now green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well locally, just one thing to fix
Co-authored-by: Guy Sartorelli <[email protected]>
Hey @GuySartorelli I've added your change, please review 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Description
Enables filtering capability for cases where GirdField data is stored in an
ArrayList
. This wasn't working before because pre CMS 5 such feature was not supported. With CMS 5 it's possible so we should enable it.Issues
Likely replaces tractorcow-farm/silverstripe-fluent#922
Pull request checklist