Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.2.X, Master
-
7.2.x, 7.1.x
-
Committed
-
3
-
Forms_7.3_7
-
Regression Bug
Description
- Add a Web Content Structure with a repeatable text field
- Edit a new web content using the structure
- Select
duplicating the field
- Fill text1 to Content, text2 to Content2
- Change the locale to es-ES, change text1 to Contenido, text2 to Contenido 2
- Publish
- Go to edit the article
- Add a repeatable text field(now should have 3 text fields)
- Fill text1 to Content, text2 to Content 2, text3 to Content 3
- Change the locale to es-ES. If actual result does not appear, switch between en-US and es-ES once again.
Expect Result:
en-us
Text1 | Text2 | Text3 |
---|---|---|
Content | Content 2 | Content 3 |
es-ES
Text1 | Text2 | Text3 |
---|---|---|
Contenido | Content 2 | Contenido 2 |
Actual Result:
en-us
Text1 | Text2 | Text3 |
---|---|---|
Content | Content 2 | Content 3 |
es-ES
Text1 | Text2 | Text3 |
---|---|---|
Contenido | empty | Contenido 2 |
Attachments
Issue Links
- is caused by
-
LPS-98527 Switching between Web Content Localizations "dirties" to locale even though nothing has changed for that locale
- Closed