Skip to content

DF-990: Update GeospatialFieldComponent to support multiple countries#1417

Open
davidjamesstone wants to merge 1 commit intomainfrom
feature/DF-990-geospatial-country-option-model
Open

DF-990: Update GeospatialFieldComponent to support multiple countries#1417
davidjamesstone wants to merge 1 commit intomainfrom
feature/DF-990-geospatial-country-option-model

Conversation

@davidjamesstone
Copy link
Copy Markdown
Contributor

@davidjamesstone davidjamesstone commented Apr 30, 2026

https://eaflood.atlassian.net/browse/DF-990

Change GeospatialField options from:

{
  options: {
    country: 'england' | 'wales' | 'northern-ireland' | 'scotland'
  }
}

to

{
  options: {
    countries: ('england' | 'wales' | 'northern-ireland' | 'scotland')[]
  }
}

In case we need to support multiple countries in the future

@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

🧪 Acceptance Test Results

❌ Some acceptance tests failed

View Details

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.

2 participants