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
When going to the backoffice to edit a form entry that contains a checkbox list, a validation error occurs when trying to save the entry, even if no edits were done. This error should not be displayed.
Reproduction
Bug summary
The validation is not working correctly and is displaying the message below.
ERROR Message: Unexpected value: 'Value 1, Value 4'. Expected one of these: 'Value 1', 'Value 2', 'Value 3', 'Value 4'
Specifics
Umbraco 8.18.5
Umbraco Forms 8.13.5
Steps to reproduce
Create a new form
Add a new question using a Multiple Choice control.
Add some prevalues to the control ex) Value 1, Value 2, Value 3, Value 4
Save the form
View the form on an umbraco page and select a few values (ex. Value 1 and Value 3) from the checkbox list (multiple choice control)
Submit the form
Login to the back office, go to the form and view the entries. Edit the entry that was just submitted.
Do not do any edits, but just click save.
A validation error will be displayed.
ERROR Message: Unexpected value: 'Value 1, Value 4'. Expected one of these: 'Value 1', 'Value 2', 'Value 3', 'Value 4'
Expected result
The entry should save without issue as the values are valid.
Actual result
The validation is not working correctly and is displaying the message below.
ERROR Message: Unexpected value: 'Value 1, Value 4'. Expected one of these: 'Value 1', 'Value 2', 'Value 3', 'Value 4'
The text was updated successfully, but these errors were encountered:
A brief description of the issue goes here.
When going to the backoffice to edit a form entry that contains a checkbox list, a validation error occurs when trying to save the entry, even if no edits were done. This error should not be displayed.
Reproduction
Bug summary
The validation is not working correctly and is displaying the message below.
ERROR Message: Unexpected value: 'Value 1, Value 4'. Expected one of these: 'Value 1', 'Value 2', 'Value 3', 'Value 4'
Specifics
Umbraco 8.18.5
Umbraco Forms 8.13.5
Steps to reproduce
Expected result
The entry should save without issue as the values are valid.
Actual result
The validation is not working correctly and is displaying the message below.
ERROR Message: Unexpected value: 'Value 1, Value 4'. Expected one of these: 'Value 1', 'Value 2', 'Value 3', 'Value 4'
The text was updated successfully, but these errors were encountered: