OFBiz
›
OFBiz - Dev
Search
everywhere
only in this topic
Advanced Search
Pagination error in the Catalog->Store->Emails screen
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
2 messages
Jacopo Cappellato-3
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Pagination error in the Catalog->Store->Emails screen
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
Adrian Crum
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Pagination error in the Catalog->Store->Emails screen
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
>
>
Free forum by Nabble
Edit this page