]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1684011: My Account summary ebook link correction
authorKathy Lussier <klussier@masslnc.org>
Wed, 19 Apr 2017 06:02:33 +0000 (02:02 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 24 Apr 2017 18:59:30 +0000 (14:59 -0400)
commit47dc23f05825aca7a3562d5a8a9b76be30117b4e
tree3cc56dcf6147dcdbfd1f1800322e0067ebda87f0
parent097f3de7caaff6840383ccc30244303fc2568bf2
LP#1684011: My Account summary ebook link correction

The links on the My Account Summary page to the user's ebook checkouts and holds
go to the incorrect URL. The links are updated in this commit to the correct
URL.

Test Plan:
* If your test system is not configured for ebook access, enabled it in the
config.tt2 file by setting ebook_api_enabled to true and
ebook_api.ebook_test.enabled to true.
* Log into a patron account
* The Account Summary page will show links to E-Items Currently Checked out,
E-Items Currently on Hold, and E-Items ready for pickup. Pre-patch, clicking one
of those links will bring you to a 404 page. Post-patch, clicking those links
should bring you to the appropriate My Account tab.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/parts/myopac/main_base.tt2