Details
-
Bug
-
Resolution: Unresolved
-
High
-
1.7.4, 1.10.0, 1.11.0, 1.10.1
-
Operating System: Debian 8
PHP Version: 5.6.30-0+deb8u1
Database and version: Mysql 5.5.54-0+deb8u1
Browser (and version): Firefox 54
Env: Prod
Description
Steps to Reproduce
Having two languages, english and french
-Create one folder in English - FolderEng_1
-Translate it to French - FolderFre_1
-Edit folder in english and update the name - FolderEng_2
-Edit translation in french and update the name - FolderFre_2
Until now, we have
Version | English | French |
---|---|---|
1 | FolderEng_1 | |
2 | FolderEng_1 | FolderFre_1 |
3 | FolderEng_2 | FolderFre_1 |
4 | FolderEng_2 | FolderFre_2 |
-Now, I tried to create a new draft based on version 2
It will load "FolderFre_1" on my edit view, in french. I change language to English and it will load "FolderEng_2", instead of "FolderEng_1". Now, if I change to French back again, it will also load me last french version i.e, "FolderFre_2" instead of "FolderFre_1"
imho, language switcher seems to be the problem in here, not considering the version we want to edit.
This issue does not happen if we only use one language.
Attachments
Issue Links
- discovered while testing
-
EZP-27417 As a Developer I want API to allow removal of the translation from all content object versions
- Closed