-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: 7.1.10 DXP FP9, 7.1.10.2 SP2, 7.1.3 CE GA4, 7.1.X, Master
-
Component/s: WCM > Upgrade
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
Web contents in 6.0 where created without title field internationalized. It wasn't until that we changed this behavior, but if the record wasn't created with the field internationalized we're not updating it.LPS-5906
Meanwhile in
Meanwhile in UpgradeJournalArticleLocalizedValues.updateJournalArticleLocalizedFields() we aren't considering the article's default language when retrieving the localized fields if the original field was in plain text.
Steps to Reproduce:
- In 6.0 create a web content with Spanish as default language, its content translated and with any title.
- Perform an upgrade to master/7.1 (upgrade first to 6.2 and then to 7.1/master)
Expected Result:
There should be an entry in JournalArticleLocalization with Spanish as language.
Actual Result:
There is no entry in JournalArticleLocalization with Spanish as language.