Loading...
 
Skip to main content

Tracker Pagination Bug

Status
Open
Subject
Tracker Pagination Bug
Version
9.x
Category
  • Error
Feature
Trackers
Resolution status
New
Submitted by
albertgi
Lastmod by
albertgi
Rating
(0)
Description

Sometimes, the pagination generated by the tracker does not work. Here is an example:

  1. Go to:
    http://app07.ottawa.ca/smwk/prvacancies/tracker1Question
  2. Click on closed items

+ Image

  1. Select a filter

+ Image

  1. Scroll to the bottom on the page and click forward arrow to next page

+ Image

It auto-generates a “Page 2” link as follows (which gives an error):
http://app07.ottawa.ca/smwk/prvacancies/tracker1&status=oc&sort_mode=lastModif_asc&filterfield=1&filtervalue%5B10%5D=English&filtervalue%5B11%5D=Aquatics+%2F+Programmes+aquatiques&filtervalue%5B8%5D=Attendant+Recreation+%26+Culture&&filtervalue%5B1%5D=Routhier+CC-172+Guigues?offset=24Question

What it should do, is generate it as follows (which works):
http://app07.ottawa.ca/smwk/prvacancies/tracker1?offset=24&status=oc&sort_mode=lastModif_asc&filterfield=1&filtervalue%5B10%5D=English&filtervalue%5B11%5D=Aquatics+%2F+Programmes+aquatiques&filtervalue%5B8%5D=Attendant+Recreation+%26+Culture&&filtervalue%5B1%5D=Routhier+CC-172+GuiguesQuestion

(only change is that "?offset=24" is at the beginning of the parameter list instead of at the end)

Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5514
Created
Wednesday 10 December, 2014 15:42:33 UTC
by albertgi
LastModif
Wednesday 10 December, 2014 15:42:33 UTC


Show PHP error messages