View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004161 | OXID eShop (all versions) | 2.4. Administer products | public | 2012-06-13 17:53 | 2014-02-21 14:08 |
Reporter | leofonic | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 4.6.1 revision 45706 | ||||
Target Version | 4.8.5 / 5.1.5 | ||||
Summary | 0004161: Seo Entry for Article in Category is not removed when category is unassigned | ||||
Description | If you unassign a category from an article seo entry is not deleted | ||||
Steps To Reproduce | 1. View article in detail view in frontend 2. Remove the current category from article (tab extended/assign categories) 3. Reload article, it is still visible | ||||
Additional Information | cause: admin/oxajax.php, line 635: $sQ = "delete from oxseo where oxtype='oxarticle' and oxobjectid='%s' and oxshopid='{$sShopId}' and oxparams in ('" . implode( ",", oxDb::getInstance()->quoteArray( $aCatIds ) ) . "')"; implode $aCatIds is in single quotation marks, but is already quoted. | ||||
Tags | AJAX, Category, Products | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0004648 | resolved | tomas_liubinas | Moving articles invalidates old URL |