Summary: | Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Circulation | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | brendan, f.demians, gmcharlt, jonathan.druart, julian.maurice, kyle.m.hall |
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: | 14045 | ||
Bug Blocks: | |||
Attachments: |
Bug 16569 - Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled
Bug 16569 - Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled Bug 16569 - Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled |
Description
Kyle M Hall (khall)
2016-05-23 14:27:34 UTC
Created attachment 51720 [details] [review] Bug 16569 - Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled If the limit for number of items checked out is reached, the message box shows up but is empty. Test Plan: 1) Disable AllowTooManyOverride 2) Check out items to a patron until the patron has reached the limit of checkouts he or she can have 3) Try to check out one more item 4) Note the empty message box 5) Apply this patch 6) Try to check out one more item again 7) Note the message is now visible Created attachment 51816 [details] [review] Bug 16569 - Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled If the limit for number of items checked out is reached, the message box shows up but is empty. Test Plan: 1) Disable AllowTooManyOverride 2) Check out items to a patron until the patron has reached the limit of checkouts he or she can have 3) Try to check out one more item 4) Note the empty message box 5) Apply this patch 6) Try to check out one more item again 7) Note the message is now visible Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr> Created attachment 51821 [details] [review] Bug 16569 - Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled If the limit for number of items checked out is reached, the message box shows up but is empty. Test Plan: 1) Disable AllowTooManyOverride 2) Check out items to a patron until the patron has reached the limit of checkouts he or she can have 3) Try to check out one more item 4) Note the empty message box 5) Apply this patch 6) Try to check out one more item again 7) Note the message is now visible Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to Master - Should be in the November 2016 release. Thanks Pushed in 16.05. Will be in 16.05.01. Patch pushed to 3.22.x, will be in 3.22.8 |