View Issue Details

IDProjectCategoryView StatusLast Update
0005830OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2014-07-23 12:55
ReporterGhostGambler Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.8.6 / 5.1.6 
Fixed in Version4.8.8 / 5.1.8 
Summary0005830: getCategoryIds() returns duplicates if parent has same categories
DescriptionThe method getCategoryIds() of oxArticle returns the same category OXIDs multiple times, if the parent article has the same categories as the current child object. Calling array_unique on $aRet solves this issue.
TagsNo tags attached.
ThemeAll
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2014-07-23 11:55

reporter   ~0010026

added array_unique usage