-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
fix: boolean group field broken with setters #2985
fix: boolean group field broken with setters #2985
Conversation
Code Climate has analyzed commit a8e930f and detected 0 issues on this pull request. View more on Code Climate. |
hey @binarygit. can you please add some tests for this PR? The use case that we're fixing here is this one where the value wasn't been forwarded to a setter on the model. I'm here to answer your questions. |
Sure @adrianthedev. I hope it's okay if I get to this tomorrow morning 🙏 |
* Check true fields in edit view * Refactor and Write tests * Lint * Set permissions setter via attr_writer * Lint
@binarygit you can work directly on this branch, let's check what's wrong with the tests & lint |
Co-authored-by: Adrian Marin <adrian@adrianthedev.com>
This PR has been merged into Please check the release guide for more information. |
Description
Fixes an issue where setters were not being properly used with boolean group fields.
Checklist: