Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-3194

Quick look are showing pagination renderNextPrev pagination style when list size is greater than 20

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • Trunk
    • None
    • framework
    • None
    • Bug Crush Event - 21/2/2015

    Description

      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.

      Attachments

        1. OFBiz-3194.patch
          1 kB
          Divesh Dutta

        Activity

          People

            jleroux Jacques Le Roux
            diveshdut Divesh Dutta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: