View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005842 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2014-08-04 14:19 | 2014-08-04 15:09 |
Reporter | aurimas.gladutis | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.8.8 / 5.1.8 | ||||
Target Version | 4.8.8 / 5.1.8 | Fixed in Version | 4.8.8 / 5.1.8 | ||
Summary | 0005842: Module settings default values are not shown before module activation. | ||||
Description | Module settings default values are not shown before module activation, array's default values does not work at all. | ||||
Steps To Reproduce | Create metadata with settings: array('group' => 'settingsFilled', 'name' => 'testFilledBoolConfig', 'type' => 'bool', 'value' => 'true'), array('group' => 'settingsFilled', 'name' => 'testFilledStrConfig', 'type' => 'str', 'value' => 'testStr'), array('group' => 'settingsFilled', 'name' => 'testFilledArrConfig', 'type' => 'arr', 'value' => array('option1', 'option2')), these settings default values will be blank instead of specified ones. | ||||
Additional Information | Module settings are not shown correctly when reading information straight from metadata, not from configuration. | ||||
Tags | No tags attached. | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||