You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Divesh Dutta (JIRA)" <ji...@apache.org> on 2009/11/13 18:01:39 UTC

[jira] Updated: (OFBIZ-3194) Quick look are showing pagination renderNextPrev pagination style when list size is greater than 20

     [ https://issues.apache.org/jira/browse/OFBIZ-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Divesh Dutta updated OFBIZ-3194:
--------------------------------

    Attachment: OFBiz-3194.patch

Here is the path for the same.

Avoiding hard-code value and using viewSize instead. This was blocking to show all the products in "Quick look up" while placing purchase order

> Quick look are showing pagination renderNextPrev pagination style when list size is greater than 20
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3194
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3194
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Divesh Dutta
>             Fix For: SVN trunk
>
>         Attachments: OFBiz-3194.patch
>
>
> Quick look are showing pagination renderNextPrev pagination style when list size is greater than 20.
> In htmlFormMacroLibrary.ftl below given code snippet is hard-coded. :
>  {<#if listSize gt 20>}
> This can be changed to
>  {<#if listSize gt viewSize>}
> as viewSize is passed as parameter in macro renderNextPrev. This is also reported by Matthieu Bollot in developer mailing list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.