View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004129 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2012-06-06 17:41 | 2014-01-10 12:28 |
Reporter | Stefan_Werner | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.1 revision 45706 | ||||
Target Version | 4.7.11 / 5.0.11 | Fixed in Version | 4.7.11 / 5.0.11 | ||
Summary | 0004129: metadata.php changes are not committed right to aModules | ||||
Description | changes in metadata.php of an already used module are not saved to aModules, especially the remove of an entry! | ||||
Steps To Reproduce | Steps to reproduce: 1. write metadata.php with 'extend' => array( 'basket' => 'mymodule/mymodule_basket', ), 2. activate module via admin interface 3. change metadata.php to 'extend' => array( 'oxbasket' => 'mymodule/mymodule_basket', ), 4. deactivate and activate module via admin interface 5. in module overview and amodules the entry basket' => 'mymodule/mymodule_basket is still activate | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0004025 | resolved | Linas Kukulskis | no update of tbl:oxtplblocks by changing module/metadata.php 'blocks' => array() |
related to | 0005270 | resolved | mantas.vaitkunas | after deactivation still data in db |
child of | 0004942 | closed | SvenBrunk | Changing Module ID will move old module(id) to aDiabledModules and let them stay there until the module directory is deleted |
child of | 0004866 | resolved | Linas Kukulskis | Start page header element (including CSS) disappear after ruining installed PayPal module. |