Problem/Motivation
I have a List (text) field that I ended up, for migration reasons, using the number 0 as the machine name of the first Allowed value. Migration went great. Now, months later, I need to add another item to the list. So I went to add it and got a "Value field is required." message under the Value field of the 1st Allowed Values enter (See Pics in files)
Steps to reproduce
I tried it in https://simplytest.me/ and got the same problem.
- Used Article Content type
- Add List (Text) Field
- Enter Name of first Value
- change machine name to "0" (number 0)
- Enter Name of 2nd Value
- Enter Machine Name of 2nd to "1"
- Save settings
- Created test article
- Enter values for that field
- Go back to add 3rd Value to Content type's field
It won't let you! You get an Error message "Value field is required."
I have a lot of these already done and migrated. If we need to add values down the road, what do we do?