View Issue Details

IDProjectCategoryView StatusLast Update
0001202OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reportersventietje Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.1.4 revision 21266 
Summary0001202: $oBaseObject->getSelectFields() not used
Descriptionin core/oxcategorylist.php in line 100 you will find the following source
#$sFieldList = $oBaseObject->getSelectFields();

$sFieldList is defined "hardcoded" some lines later. why?
oxthumb and other self-defined fields are not not available if you want to use them in templates ...

is there a reason? lazzy loading?
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

tomas_liubinas

2009-08-14 16:35

reporter   ~0001409

Reminder sent to: sventietje

hi sven ;)

Hardcoded select fields are used for building category tree. Some fields like longdesc or oxthumb are used only when you display single category and is just a waste of memory in category tree. This is why we disabled some fields for category trees.

dainius.bigelis

2009-08-17 13:47

reporter   ~0001420

This is intended behaviour, no change is required.