View Issue Details

IDProjectCategoryView StatusLast Update
0005842OXID eShop (all versions)2.3. Extensions (modules, themes)public2014-08-04 15:09
Reporteraurimas.gladutis 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.8.8 / 5.1.8 
Target Version4.8.8 / 5.1.8Fixed in Version4.8.8 / 5.1.8 
Summary0005842: Module settings default values are not shown before module activation.
DescriptionModule settings default values are not shown before module activation, array's default values does not work at all.
Steps To ReproduceCreate 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 InformationModule settings are not shown correctly when reading information straight from metadata, not from configuration.
TagsNo tags attached.
ThemeAll
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.