Summary: | Message about Materials specified does not display when items are checked out and checked in | ||
---|---|---|---|
Product: | Koha | Reporter: | Kelly McElligott <kelly> |
Component: | Circulation | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | catalog, gmcharlt, jonathan.druart, jzairo, kyle.m.hall, kyle, mtj, techservspec, veron |
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: | 17642 | ||
Bug Blocks: | |||
Attachments: |
Bug 18435 - Language entered in Materials Specified does not display when items are checked out and checked in
Bug 18435 - Language entered in Materials Specified does not display when items are checked out and checked in Bug 18435 - Language entered in Materials Specified does not display when items are checked out and checked in |
Description
Kelly McElligott
2017-04-14 17:04:16 UTC
Created attachment 62172 [details] [review] Bug 18435 - Language entered in Materials Specified does not display when items are checked out and checked in This problem stems from bug 17642, if items.materials is not linked to an authorized value the contents are being tossed out. We shuold display them instead To test: 1 - Ensure items.materials 952$3 is not mapped to an authorized value 2 - Add a value to an item 3 - Check the item out, note the materials does not display 4 - Check the item in, note the materials does not display 5 - Apply patch 6 - Check the item out, note the materials does display 7 - Check the item in, note the materials does display Created attachment 62173 [details] [review] Bug 18435 - Language entered in Materials Specified does not display when items are checked out and checked in This problem stems from bug 17642, if items.materials is not linked to an authorized value the contents are being tossed out. We shuold display them instead To test: 1 - Ensure items.materials 952$3 is not mapped to an authorized value 2 - Add a value to an item 3 - Check the item out, note the materials does not display 4 - Check the item in, note the materials does not display 5 - Apply patch 6 - Check the item out, note the materials does display 7 - Check the item in, note the materials does display Followed test plan, message about material displays as expected whil checking out and in. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 62611 [details] [review] Bug 18435 - Language entered in Materials Specified does not display when items are checked out and checked in This problem stems from bug 17642, if items.materials is not linked to an authorized value the contents are being tossed out. We shuold display them instead To test: 1 - Ensure items.materials 952$3 is not mapped to an authorized value 2 - Add a value to an item 3 - Check the item out, note the materials does not display 4 - Check the item in, note the materials does not display 5 - Apply patch 6 - Check the item out, note the materials does display 7 - Check the item in, note the materials does display Followed test plan, message about material displays as expected whil checking out and in. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 17.05, thanks Nick! This patch has been pushed to 16.11.x and will be in 16.11.08. Blocked by Enhancement (bz15799), skipping for 16.05.x |