-
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
App crashes when listing Individuals with Custom Search fields #1091
Comments
Duplicate of avniproject/integration-service#78 |
Re-opening this as there still is an error.. |
Error is at SubjectInfoCard.renderCustomSearchResultFields() |
Remove an observation if its values is specified as null in POST / PATCH request
The root cause of this issue was that, we were storing null values for CodedConcept "KitType" and "SubType", which used to break the app in client. |
In the Goonj application, when attempting to search for an inventory item, the application crashes. This issue occurs for users in the "everyone" user group. However, it is worth noting that this problem does not seem to be reproducible when users belong to the "administrator" user group and possess all the necessary permissions.
Env : prod
User name : AchalaB@gvamp_uat
Main logs noticed:
Looks like there is overlap of the same key for multiple items in the list.
Root cause identified: when trying to show "Kit" and "SubType" information in CustomSearchFields for ImplementationInventory search results list page
Full Error log :
The text was updated successfully, but these errors were encountered: