View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002875 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2011-05-13 10:47 | 2012-12-10 15:34 |
Reporter | arvydas_vapsva | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.5.1 revision 38045 | ||||
Summary | 0002875: oxConfig::mustAddShopIdToRequest() does not check admin state (EE only) | ||||
Description | oxConfig::mustAddShopIdToRequest() should check if admin in condition: current: if ( $this->getShopId() > 1 && !$this->getConfigParam( 'sMallShopURL' ) ) { ... } should be: if ( $this->getShopId() > 1 && ( $this->isAdmin() || !$this->getConfigParam( 'sMallShopURL' ) ) ) { ... } | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0002925 | resolved | dainius.bigelis | Changes in CMS Pages of a subshop are saved for all Subshops. |
related to | 0002842 | resolved | vilma_liorensaityte | wrong shopid in admin |
related to | 0003097 | resolved | Linas Kukulskis | Shopswitch in admin when selecting listitem (e.g. article) |