Skip to content
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

Issue 215 add no instances of this issue found message on tabs on free text fields dashboard #216

Conversation

ollylucl
Copy link
Collaborator

Fixed code that displays 'no instances found' message which wasn't working on the free text fields panel. Standardised the structure of the json containing the panel data across all panels so that if a panel has no instances, the json contains a field with the name of that panel and an empty array as it's value.

Fixed the code that was retrieving the CountryCode field for the free text fields panel, as it was using an incorrect name for the DDI field containing that data, resulting in that panel always being empty.

Added line of code that displayed 'no instances found' on panels where
there was no data
working on the free text fields panel. Standardised the structure of the
json containing the panel data across all panels so that if a panel has
no instances, the json contains a field with the name of that panel and
an empty array as it's value.

Fixed the code that was retrieving the CountryCode field for the free
text fields panel, as it was using an incorrect name for the DDI field
containing that data.
@ollylucl ollylucl merged commit f2311d1 into main Feb 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant