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

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

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

Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-3194.
----------------------------------
    Resolution: Won't Fix
      Assignee: Jacques Le Roux

This has been fixed since notably by OFBIZ-5422 and OFBIZ-5478

> 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: framework
>    Affects Versions: Trunk
>            Reporter: Divesh Dutta
>            Assignee: Jacques Le Roux
>         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 was sent by Atlassian JIRA
(v6.3.4#6332)