-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
dev/core#2027 Add/update to UK county list #18470
Conversation
(Standard links)
|
This doesn't need a test IHMO - it's mostly checking the changes seem right. |
@MikeyMJCO does this look right to you? |
Test fails relate and also @JKingsnorth should there be an update statement for the ones you are correcting rather than just inserting? |
I think the previous line is missing a semi-colon, causing the test fails |
97893b0
to
e3d4847
Compare
@seamuslee001 the reason for not doing an update/delete on the changed ones is explained here: https://lab.civicrm.org/dev/core/-/issues/2027 (they're not geographically equivalent). But really the 'renamed' ones should be added as part of the update still - so I'll make that change. |
e3d4847
to
0cd979e
Compare
Added the renamed counties as part of the upgrade script. Please see https://lab.civicrm.org/dev/core/-/issues/2027 for comments and discussion. |
@MikeyMJCO if you give this the thumbs up I will merge.... |
I do :-) |
@JKingsnorth can you rebase this please |
I have one very minor gripe, |
argh @JKingsnorth it's stale again - sorry! |
0cd979e
to
5c35dd0
Compare
@eileenmcnaughton - Rebased! (pesky civicrm_generated.mysql...) @MikeyMJCO - going back to what we were talking about 'standardising on the ISO list', yes it has the commas in the ISO list (https://www.iso.org/obp/ui/#iso:code:3166:GB) and it even has the commas in the 'Welsh language' version it supplies on that list as well, which is probably wrong! I think, as with other areas, we should leave it with the ISO values to keep consistency? Even though this is counter-intuitive, when people actually know better than the standard. (And maybe write to ISO and get them to change their standard :P) p.s. I've learnt my lesson not to touch state_province in core ever again, there are bigger fish to fry :P |
Sure, I'll poke the Data Management team at Welsh Government and get it on their radar. |
See https://lab.civicrm.org/dev/core/-/issues/2027