View Issue Details

IDProjectCategoryView StatusLast Update
0001569OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-12-22 16:42
Reporterjuergen_busch Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version4.2.0 revision 23610 
Summary0001569: Faulty view of tabs in Administer Products -> Products
DescriptionTabs in Administer Products -> Products are shown several times.
Error occours in CE 4.1.6. and CE 4.2.0 with PHP version 5.2.10 but not with PHP version 5.2.8.
Additional InformationSuggested workaround:
Changing of XPath query in /admin/oxnavigationtree.php

line 387:

#$oNodeList = $oXPath->query( "//SUBMENU[@cl='$sId' or @list='$sId']/TAB |
//SUBMENU/../TAB[@cl='$sId']" ); $oNodeList = $oXPath->query( "//SUBMENU[@list='$sId']/TAB
| //SUBMENU/../TAB[@cl='$sId'
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

sarunas_valaskevicius

2009-12-22 16:42

reporter   ~0002250

Can not reproduce this behaviour with:
php 5.2.10
DOM/XML API Version 20031129
libxml Version 2.6.32