Skip to content

Conversation

@arthanson
Copy link
Collaborator

@arthanson arthanson commented Dec 7, 2023

Fixes: #14467

Changes the ChoiceField (for CustomFieldChoiceSetForm extra_choices) from a comma to colon. This is to enable a clean fix for #13983

Should have no side-effects as the comma isn't stored anywhere and the change in the widget makes old saved values appear correctly with the new colon. The only potential for issue is if someone has a colon stored as part of a label/choice which should be very unlikely.

@jeremystretch jeremystretch merged commit 6939ae4 into develop Dec 12, 2023
@jeremystretch jeremystretch deleted the 14467-choiceset-colon branch December 12, 2023 19:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change CustomFieldChoiceSet label separator from comma to colon

3 participants