Pagination error in the Catalog->Store->Emails screen

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Pagination error in the Catalog->Store->Emails screen

Jacopo Cappellato-3
Hi,

if you try to use the drop down to go to the second page in this list:

https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000

you will get a blank page; if you use the Next and Previous links  
everything works fine.

The reason is that the URL for the drop down target is:

https://localhost:8443/EditProductStoreEmails?productStoreId=9000&VIEW_SIZE=10&VIEW_INDEX=1

instead of:

https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000&VIEW_SIZE=10&VIEW_INDEX=1

Jacopo

Reply | Threaded
Open this post in threaded view
|

Re: Pagination error in the Catalog->Store->Emails screen

Adrian Crum
Fixed, rev 668696.

Jacopo Cappellato wrote:

> Hi,
>
> if you try to use the drop down to go to the second page in this list:
>
> https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000 
>
>
> you will get a blank page; if you use the Next and Previous links
> everything works fine.
>
> The reason is that the URL for the drop down target is:
>
> https://localhost:8443/EditProductStoreEmails?productStoreId=9000&VIEW_SIZE=10&VIEW_INDEX=1 
>
>
> instead of:
>
> https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000&VIEW_SIZE=10&VIEW_INDEX=1 
>
>
> Jacopo
>
>