View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000430 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2008-12-05 17:59 | 2008-12-08 16:32 |
Reporter | dainius.bigelis | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.0.0.2 revision 14842 | ||||
Summary | 0000430: Pagination in admin list loses category parameter | ||||
Description | Pagination in admin list loses category parameter: On list pages in admin - if you use pagination, a previous from dropdown selected category is lost (e. g. article_list). Fix: add following lines to oxaminlist class (from line 209ff.): $sArt_category = $this->getConfig()->getParameter('art_category'); if($sArt_category) $sWhereParam .= "&art_category=$sArt_category"; | ||||
Additional Information | Reported by our partner. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
has duplicate | 0000435 | resolved | vilma_liorensaityte | administer products: drop down list for category is set back to all products |