-
Bug
-
Resolution: Fixed
-
Major
-
None
-
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 < ($nbPages - 2)">
It should be :
<xsl:if test="$current-page/@index < ($nbPages - 2)">
[CMS-4232] [Search] Last button in pagination is never shown
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | New: Laurence Aumeunier [ laurence ] |
Fix Version/s | New: 3.4.2 [ 11685 ] | |
Fix Version/s | New: 3.5 [ 11387 ] |