View Issue Details

IDProjectCategoryView StatusLast Update
0000889OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-05-14 09:02
Reporterarvydas_vapsva Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.1 revision 18442 
Fixed in Version4.1.3 revision 19918 
Summary0000889: "Reset SEO Ids" button cleans non static urls from oxseo table
DescriptionClicking "Reset SEO Ids" button non static urls are deleted from oxseo table, so seo history is not filled. Seo data should be marked as expired instead
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

has duplicate 0000907 closed Reset SEO ID's still deletes META keywords and description 

Activities

arvydas_vapsva

2009-05-13 14:13

reporter   ~0000917

problem in shop_seo::dropSeoIds() method, its contents should look like:

oxSeoEncoder::getInstance()->markAsExpired( null, $this->getConfig()->getShopId(), 2, null, 'oxtype != "static"' );