TPAC: Holds history pager typo

Bug #1422932 reported by Bob Wicksall
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Low
Unassigned
2.8
Fix Released
Low
Unassigned
2.9
Fix Released
Low
Unassigned

Bug Description

Evergreen 2.7.3

The holds history pager has a typo that results in page not found errors. The bad link is under the page numbers. The pager is still broken for other reasons but this fixes the typo:

--- hold_history.tt2.orig 2015-02-17 16:59:25.798139982 -0500
+++ hold_history.tt2 2015-02-17 17:00:03.058137869 -0500
@@ -32,7 +32,7 @@
             %]
             [% curpage + 1 %]
                     [%- ELSE %]
- <a href='[% mkurl('holds_history', {limit => limit, offset => (curpage * limit)}) %]'>[% curpage + 1 %]</a>
+ <a href='[% mkurl('hold_history', {limit => limit, offset => (curpage * limit)}) %]'>[% curpage + 1 %]</a>
                     [%- END;
                     curpage = curpage + 1;
                 END;

Changed in evergreen:
status: New → Confirmed
Changed in evergreen:
assignee: nobody → Terran McCanna (tmccanna)
Revision history for this message
Terran McCanna (tmccanna) wrote :
Changed in evergreen:
assignee: Terran McCanna (tmccanna) → nobody
tags: added: holds opac pullrequest
Revision history for this message
Galen Charlton (gmc) wrote :

Pushed to master, rel_2_9, and rel_2_8. Thanks, Bob and Terran!

Changed in evergreen:
milestone: none → 2.10-rc
importance: Undecided → Low
status: Confirmed → Fix Committed
Galen Charlton (gmc)
Changed in evergreen:
milestone: 2.10-rc → 2.10-beta
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.