-
Notifications
You must be signed in to change notification settings - Fork 22
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
Custom Dashboard Filters Display breaking for Gender #1107
Comments
In circle-ci we are calling deploy_platform_translations_prerelease, so need to dig more |
This behaviour is seen in the 4.0 APK also. |
but still we need to fix this issue |
|
The problem is not with translations but the way |
…lization of custom dashboard cache elements
…lization of selectedValues in CustomDashboardCache Removed @ungap/structured-clone as a dependency
…shboardCache fields Removed @ungap/structured-clone as a dependency. Added General.deepOmit function to remove specific key(s) in a nested object. Helps prevent cyclic reference errors during JSON.stringify.
Use of Made changes to rely on During testing, noticed filterConfig with value '0' as uuid which was causing run time errors due to methods being called on an undefined object. Not sure if this was due to the use of structured-clone and if such cases exist in prod but added some additional code to handle this scenario to fail gracefully and not crash. |
Describe the bug
Filter is not working properly
we need to apply filter by gender
To Reproduce
Steps to reproduce the behavior:
Expected behavior
which filter is applying should be shown clearly
Screenshots
The text was updated successfully, but these errors were encountered: