View Issue Details

IDProjectCategoryView StatusLast Update
0002748OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reportertjungcl Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.5.0 revision 34568 
Summary0002748: Links for switching list-type unneccessary messy
DescriptionSuch a link now is:

http://.../Kiteboarding/Kites/?ldtype=grid&pgNr=0&cl=alist&searchparam=&cnid=0f4fb00809cec9aa0910aa9c8fe36751

where

http://.../Kiteboarding/Kites/?ldtype=grid

would do the same, because pgNr, cl and cnid are already encoded in "/Kiteboarding/Kites/"

When you switch the style to list and next click just change the style again to something else, the link is even worse:

http://.../en/Kiteboarding/Kites/?ldtype=grid&pgNr=0&lang=1&force_sid=c15935c0809f881af1252f28505a6339&cl=alist&searchparam=&cnid=0f4fb00809cec9aa0910aa9c8fe36751

pgnr, lang, cl and cnid are all encoded in "/en/Kiteboarding/Kites/"
And I dont know why there is a force_sid in this link.

http://.../en/Kiteboarding/Kites/?ldtype=grid

would do the same thing.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0002958 resolvedLinas Kukulskis when switching list type in search result, params are duplicated 

Activities

birute_meilutyte

2011-05-16 14:41

reporter   ~0004585

@developers: check from source code side if such issue still exist

Linas Kukulskis

2011-07-01 14:14

reporter   ~0004806

this is ok, no fix required, because of tool we have to make links now. in feature it is mark to re-factor.