Ticket #450 (closed defect: fixed)
prevnext_nav() takes at least 3 arguments (2 given)
| Reported by: | Olaf Meeuwissen <olaf@…> | Owned by: | osimons |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.6 |
| Component: | General | Version: | dev |
| Keywords: | Cc: | ||
| Operating System: |
Description
Just a heads up but trac:changeset:8597 breaks the /build/configuration page with a traceback. The relevant change is in trac.web.chrome.py. Basically, prevnext_nav() changed from
def prevnext_nav(req, label, uplabel=None):
to
def prevnext_nav(req, prev_label, next_label, up_label=None):
A fix would be pretty trivial if one does not have to address backward compatibility with Trac-0.11.x. But if you need to fix this so it works with that version as well as Trac's trunk, I don't see an easy fix.
Suggestions, anyone?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

