View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007641 | module Visual CMS | module Visual CMS - sub | public | 2024-04-30 09:56 | 2025-01-22 12:44 |
Reporter | szdirk | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.0.1 | ||||
Fixed in Version | 7.0.3 | ||||
Summary | 0007641: VCMS content cannot be stored in different languages | ||||
Description | It 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. | ||||
Tags | No tags attached. | ||||