View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006605 | OXID eShop (all versions) | 1.05. Users | public | 2017-03-21 08:39 | 2024-09-17 10:44 |
Reporter | m0rb | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 4.10.3 / 5.3.3 | ||||
Summary | 0006605: oxbase :: No check for useSkipUpdateFields in _udpate | ||||
Description | In the _update()-function in oxbase a query string is build. One part of this query is generated by function $this->_getUpdateFields(). This function has the optional param $blUseSkipSaveFields, which isn't used in this context. Thatswhy the defined skipsaveFields don't work for updates. That's a bug I think. The fix would be to call the _getUpdateFields the same way like in the _insert-function: $this->_getUpdateFields($this->getUseSkipSaveFields()) | ||||
Steps To Reproduce | Add skipsavefields to a model and execute save-function for an existing element (oxaddress). | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||