View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006076 | OXID eShop (all versions) | 4. ------ eShop Core ------- | public | 2015-03-06 16:24 | 2015-04-01 08:33 |
Reporter | a4p ASD | Assigned To | |||
Priority | low | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.9.0 / 5.2.0 | ||||
Fixed in Version | 4.9.4 / 5.2.4 | ||||
Summary | 0006076: function oxViewConfig::isModuleActive returns false, if module has no vendor folder | ||||
Description | the function "oxViewConfig::_moduleExists($sModuleId,$aModules)" checks for "/$sModuleId/" in String example: $aModules array(6) { ["oxmodule"]=> string(36) "oxid-module-internals/core/ac_module" ["oxorder"]=> string(21) "oe/invoicepdf/myorder" ...} invoicepdf has a vendor-folder, oxid-module-internals not - therefore not active | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
... i´m going to fix this with a pull-request. |
|
https://github.com/OXID-eSales/oxideshop_ce/pull/222 |
|
Fixed with pull-request: https://github.com/OXID-eSales/oxideshop_ce/pull/222 |