You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
This is mainly because of mismatch in reference data. The great website uses abbreviate country names for the choices but in our app we use full name.
When new enquiries are fetched from AS and parsed to create new instances currently we are not doing the mapping resulting in this bug.
Plan is to use the same reference data in our app also but directory-constants was not supporting Django 3 or higher which is required for us. A PR has been submitted and it is merged so we can take up that task and fix this issue. uktrade/directory-constants#133
To complete this issue and resolve the bug, the outstanding task is to map the country codes obtained from great.gov.uk (https://www.registers.service.gov.uk/registers/country) and map these country codes to the country codes within the Enquiry Management Tool repo.
When the mapping is achieved, this will then eradicate the Enquiry Management Tool displaying country codes instead of the full country name
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The tag displaying countries within the Enquiry Management Tool should display country names and not the country code.
Additionally, it seems currently, we are outputting the country name for some and the country code for others:
The text was updated successfully, but these errors were encountered: