View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006060 | OXID eShop (all versions) | 2.5. Administer users | public | 2015-03-01 23:46 | 2015-03-24 08:46 |
Reporter | Adrian.Kirchner | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.9.3 / 5.2.3 | ||||
Fixed in Version | 4.9.4 / 5.2.4 | ||||
Summary | 0006060: user list is not up-to-date when deleting a user from list | ||||
Description | When deleting a user by hitting the x icon, the user list, resulting from the delete request still contains the deleted user. This happens because in this controller the item list is already loaded in the method User_List::init() which is called before User_list::deleteEntry(). | ||||
Additional Information | Addressed in PR 218: https://github.com/OXID-eSales/oxideshop_ce/pull/218 | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
reproduced & confirmed. |
|
Fixed with pull request https://github.com/OXID-eSales/oxideshop_ce/pull/218 |