Ticket #7424 (closed defect: fixed)
Reports that use URL parameters break when paginating
| Reported by: | domluc@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | report system | Version: | 0.11-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Some plugins (ie:TimingAndEstimationPlugin) add custom reports to trac and use aditional parameters, like:
http://example.com/trac/report/63?BILLABLE=1&UNBILLABLE=1&NOVO=novo&EMANDAMENTO=em_andamento&REABERTO=reaberto&RESOLVIDO=resolvido&FECHADO=fechado&TESTE=teste&ATRIBUIDO=atribuido&NEW=new&VERIFICADO=verificado&STARTDATE=0&ENDDATE=2000000000
that report on first load, works fine, but page '2' link breaks, pointing to
http://example.com/trac/report/63?page2
loosing URL query info, needed by report.
Plugin site: http://trac-hacks.org/wiki/TimingAndEstimationPlugin
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


