View Issue Details

IDProjectCategoryView StatusLast Update
0007641module Visual CMSmodule Visual CMS - subpublic2025-01-22 12:44
Reporterszdirk Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.0.1 
Fixed in Version7.0.3 
Summary0007641: VCMS content cannot be stored in different languages
DescriptionIt is not possible to store VCMS content in different languages.
The code

if (isset($editParams['oxcontents__ddistmpl']) && !$editParams['oxcontents__ddistmpl']) {
       $content->setLanguage($this->_iEditLang);
}

prevents the content from being saved in the edit language.
Steps To Reproduce- Select VCMS page in the backend.
- Change the language via the dropdown menu in the top right corner (and then select "Load language").
- Either modify existing widgets or create new ones.
- Click "Save".

=> OXCONTENT_1 (or whichever language ID was selected) is not modified in the database.
TagsNo tags attached.

Activities

There are no notes attached to this issue.