View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001202 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2009-08-14 11:29 | 2012-12-10 13:45 |
Reporter | sventietje | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.1.4 revision 21266 | ||||
Summary | 0001202: $oBaseObject->getSelectFields() not used | ||||
Description | in 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? | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
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. |
|
This is intended behaviour, no change is required. |