View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004644 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2012-10-19 00:33 | 2012-11-07 12:37 |
Reporter | jkrug | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.5 revision 49955 | ||||
Fixed in Version | 4.8.0_5.1.0_beta1 | ||||
Summary | 0004644: Update Views always states success | ||||
Description | If you press "Update Views" in Admin, it will allways return "views successfully created, which is wrong sometimes. Class Tools_List 00022 public function updateViews() 00023 { 00024 //preventing edit for anyone except malladmin 00025 if ( oxSession::getVar( "malladmin" ) ) { 00026 oxDb::getInstance()->updateViews(); 00027 $this->_aViewData["blViewSuccess"] = true; 00028 } 00029 } | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||