Summary: | circulation history doesn't set biblionumber so left navigation is broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Dobrica Pavlinusic <dpavlin> |
Component: | Circulation | Assignee: | Dobrica Pavlinusic <dpavlin> |
Status: | CLOSED FIXED | QA Contact: | Julian Maurice <julian.maurice> |
Severity: | major | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, jonathan.druart, josef.moravec, julian.maurice, kyle.m.hall, ldjamison, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 18260 | ||
Bug Blocks: | |||
Attachments: |
Bug 19334 - circulation history doesn't set biblionumber so left navigation is broken
Bug 19334 - circulation history doesn't set biblionumber so left navigation is broken Bug 19334 - circulation history doesn't set biblionumber so left navigation is broken |
Description
Dobrica Pavlinusic
2017-09-18 17:15:38 UTC
Created attachment 67188 [details] [review] Bug 19334 - circulation history doesn't set biblionumber so left navigation is broken Navigation on the left (Normal, MARC, etc...) needs biblionumber in template variables to work. Test: 1. go to checkout history for any biblio 2. verify that normal, MARC, etc links on the left no longer work due to missing biblionumber in URL 3. apply patch and test it again Patch does not address the bug. The problem still exists after the patch is applied. (In reply to Lee Jamison from comment #3) > Patch does not address the bug. The problem still exists after the patch is > applied. It works for me, could you detail what does not work? Created attachment 67312 [details] [review] Bug 19334 - circulation history doesn't set biblionumber so left navigation is broken Navigation on the left (Normal, MARC, etc...) needs biblionumber in template variables to work. Test: 1. go to checkout history for any biblio 2. verify that normal, MARC, etc links on the left no longer work due to missing biblionumber in URL 3. apply patch and test it again Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Created attachment 67439 [details] [review] Bug 19334 - circulation history doesn't set biblionumber so left navigation is broken Navigation on the left (Normal, MARC, etc...) needs biblionumber in template variables to work. Test: 1. go to checkout history for any biblio 2. verify that normal, MARC, etc links on the left no longer work due to missing biblionumber in URL 3. apply patch and test it again Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Pushed to master for 17.11, thanks to everybody involved! |