View Issue Details

IDProjectCategoryView StatusLast Update
0004941OXID eShop (all versions)2.3. Extensions (modules, themes)public2013-02-21 13:21
Reporterb.hasis 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.6.5 revision 49955 
Target VersionFixed in Version4.7.4 / 5.0.4 revision 57063 
Summary0004941: Admin Menu files are NOT shop dependent
DescriptionIf you got 2 Shops and 1 Module thats only active in 1 Shop the menu for that module shows up in the shop which doesnt have that module active, if the menu cachefile are generated by entering the shop which have that module active.

vice versa: If you entering the shop first(menu cachefile generate) which doesnt have the module active, the menu of thats module doesnt shown anywhere.
Additional InformationFix thats works fine for me
OxNavigationTree::_getInitialDom() line 618 replace with
'
$oShop = oxConfig::getInstance()->getActiveShop();
$sCacheName = 'menu_' . $sDynLang ."_". $oShop->oxshops__oxid->value.'_xml';
'
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.