Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-4232

[Search] Last button in pagination is never shown

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.4.2, 3.5
    • None
    • Plugin : Web
    • None

      The test to show the last button into the pagination of a search is not well defined.

      The XSL test is :

      <xsl:if test="$current-page &lt; ($nbPages - 2)">

      It should be :

      <xsl:if test="$current-page/@index &lt; ($nbPages - 2)">

          [CMS-4232] [Search] Last button in pagination is never shown

          Bérénice Maurel made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Laurence Aumeunier made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Laurence Aumeunier made changes -
          Assignee New: Laurence Aumeunier [ laurence ]
          Raphaël Franchet made changes -
          Fix Version/s New: 3.4.2 [ 11685 ]
          Fix Version/s New: 3.5 [ 11387 ]
          Bérénice Maurel created issue -

            laurence Laurence Aumeunier
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: