View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004074 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2012-05-23 13:25 | 2012-12-13 14:16 |
Reporter | xavier.villard | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.6.0 revision 44406 | ||||
Target Version | 4.6.6 revision 54646 | ||||
Summary | 0004074: Problem with group options in module developement | ||||
Description | Example of metadata.php with 2 option groups: 'settings' => array( array('group' => 'main', 'name' => 'test_ctx_mode', 'type' => 'str', 'value' => 'TEST'), array('group' => 'main', 'name' => 'test_module_call_method', 'type' => 'str', 'value' => 'curl'), array('group' => 'extended', 'name' => 'testx_site_test', 'type' => 'str', 'value' => '1999888'), array('group' => 'extended', 'name' => 'test_site_prod', 'type' => 'str', 'value' => '0000000'), ), And the module_options.php file linked 'SHOP_MODULE_GROUP_main' => 'Global config', 'SHOP_MODULE_GROUP_extended' => 'Extended config', In the admin interface, parameter tab of the module, only the first group option is taken into account | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||