Fix two quirks with multiple groups by Contact in Group filter
When multiple groups are selected the conversion from a string to an array of integers doesn't work ─ and so the query ignores all but the first value.
When restricting the filter to only groups of a Parent group, the form has a bug where all possible child groups are selected after submission.
Edited by ufundo
Merge request reports
Activity
mentioned in issue #33 (closed)
added 1 commit
- 34b70d87 - Fix parent group filtering to work better with addEntityRef
I think this fixes both issue A and B in #33 (closed) now! :)
Thanks @ufundo could you also add your changes to the CHANGELOG.md?
hi @jaapjansma - just so I don't do it wrong, would this be to add as a bullet in the v1.7.0 list?
Thank you for your guidance @jaapjansma, have done that now.
added 1 commit
- 032e3ff0 - Allow all descendants of the selected parent group (not just direct children)
mentioned in commit c903e3f7
Please register or sign in to reply