View Issue Details

IDProjectCategoryView StatusLast Update
0006076OXID eShop (all versions)4. ------ eShop Core -------public2015-04-01 08:33
Reportera4p ASD 
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.9.0 / 5.2.0 
Target VersionFixed in Version4.9.4 / 5.2.4 
Summary0006076: function oxViewConfig::isModuleActive returns false, if module has no vendor folder
Descriptionthe 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
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

a4p ASD

2015-03-09 09:18

reporter   ~0010766

... i´m going to fix this with a pull-request.

martinwegele

2015-03-09 14:18

reporter   ~0010771

https://github.com/OXID-eSales/oxideshop_ce/pull/222

mantas.vaitkunas

2015-04-01 08:33

reporter   ~0010844

Fixed with pull-request: https://github.com/OXID-eSales/oxideshop_ce/pull/222