-
Notifications
You must be signed in to change notification settings - Fork 21
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
Better navigation for ChildrenCountDashboard #1152
Labels
Comments
duplicate #1242 |
Repository owner
moved this from Todo
to Done
in All Tasks & Issues
May 5, 2022
Repository owner
moved this from Todo
to Done
in Important Fixes & Enhancements
May 5, 2022
TheSlimvReal
added a commit
that referenced
this issue
May 7, 2022
🎉 This issue has been resolved in version 3.6.0-master.9 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When clicking on one of the groupings in the
ChildrenCountDashboard
you are forwarded to the children overview and the children should be filtered based on the grouping that was clicked on.Currently this is done by transforming the name of the grouping to lowercase.
This is not always correct and especially with configurable enums this should use the
id
of the enum instead.Additional context
In the
ChildrenCountDashboard
the routing is done like this:the
filterString.toLowerCase
is an assumption that is not always correct. Especially whenthis.groupBy
is a configurable-enum property, theid
of that enum should be used.The text was updated successfully, but these errors were encountered: