View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003167 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2011-08-22 16:03 | 2012-12-10 13:44 |
| Reporter | boehme | Assigned To | |||
| Priority | urgent | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Product Version | 4.5.0 revision 34568 | ||||
| Fixed in Version | 4.5.10 revision 44222 | ||||
| Summary | 0003167: lists loading incomplete objects without setting lazyloading = true | ||||
| Description | lets use oxCountryList as example: we want to load the list using loadActiveCountries(). The method selects the fields oxid and oxtitle from database and sets only this fields to the objects cloned in oxList::selectString(). If we want accesss other fields, for example oxvatstatus for the isInEU-method (with actually will allways return false), we will get bool(false) instead of an oxField-object. The reason for this behavior is that the _blUseLazyLoading-flag is not set to the baseObject. | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||