View Issue Details

IDProjectCategoryView StatusLast Update
0000860OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-05-07 13:29
Reportertjungcl Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.1 revision 18442 
Fixed in Version4.1.2 revision 18998 
Summary0000860: Main page displayed when Previewing inactive articles in Admin area
DescriptionPreviewing an inactive article in the Admin area leads to a redirect to the start-page.

This is due to the same logic used as is in frontend - when article is inactive, the 301 error code is thrown and user is directed to main page.
But when user is Previewing article in Admin area - the article Details page should be displayed even if article is not active.


TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

tjungcl

2009-05-06 10:51

reporter   ~0000852

Thanks, but I'm talking about PREviewing an article with the preview-link in the administration ("Artikel Vorschau öffnen").

Then the article-link gets an url-param "&preview=1", which made the shop show an article, regardless of its active-status.

index.php?cl=details&anid=12345&preview=1

arvydas_vapsva

2009-05-07 13:29

reporter   ~0000869

preview param, which marked that details page must displayed even product is inactive, now has special value, which identifies admin user, thus bug is fixed and there is no additional possibility to view inactive shop products