Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, 7.1.X, Master
-
7.0.x
-
Committed
-
4
Description
Form results are incorrectly shown if user language is set to a non-default language
Steps to reproduce:
- Start the portal and log in as Admin
- Go to Content > Forms and create a new form
- Add a Multiple selection field (Eg: 1,2,3)
- Add this form to a page using the Form portlet
- Submit the form (Eg: select 1,2 and submit)
- Go back to Content > Forms
- View the entries for the form
- In the overview, see that the selections are properly listed (1,2)
- Go to the detail of this completion (Ellipsis menu > View) and see that the checkboxes are selected (1,2)
- Go to the Account Settings of the user and switch the language to something other than English (eg: Hungarian)
- Go back to Content > Forms
- In the overview, see that no selections are listed
- Go to the detail of this completion (View)
Actual behavior: The checkboxes are not selected. Refresh the page and see that the boxes are initially selected but the checks disappear.
Expected behavior: The checkboxes are selected.