Summary: | Cannot download a list in the staff interface | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Lists | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | brendan, julian.maurice, m.de.rooy, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 14544 | ||
Bug Blocks: | |||
Attachments: |
Bug 15453: Assign the correct shelfid to the download list links
Bug 15453: Assign the correct shelfid to the download list links [PASSED QA] Bug 15453: Assign the correct shelfid to the download list links |
Description
Jonathan Druart
2015-12-31 11:11:28 UTC
Created attachment 46115 [details] [review] Bug 15453: Assign the correct shelfid to the download list links Introduced by bug 14544, the shelfnumber is not correctly passed to the template. The shelf variable is passed to the template, to access the shelfnumber, we need to get shelf.shelfnumber. Test plan: At the intranet, try to download a list. Without this patch it won't work. Created attachment 46152 [details] [review] Bug 15453: Assign the correct shelfid to the download list links Introduced by bug 14544, the shelfnumber is not correctly passed to the template. The shelf variable is passed to the template, to access the shelfnumber, we need to get shelf.shelfnumber. Test plan: At the intranet, try to download a list. Without this patch it won't work. Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 46347 [details] [review] [PASSED QA] Bug 15453: Assign the correct shelfid to the download list links Introduced by bug 14544, the shelfnumber is not correctly passed to the template. The shelf variable is passed to the template, to access the shelfnumber, we need to get shelf.shelfnumber. Test plan: At the intranet, try to download a list. Without this patch it won't work. Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to Master - Thanks Patch pushed to 3.22.x, will be in 3.22.2 |