Summary: | Cannot delete library-specific circulation rules | ||
---|---|---|---|
Product: | Koha | Reporter: | D Ruth Holloway <ruth> |
Component: | System Administration | Assignee: | D Ruth Holloway <ruth> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, koha.sekjal, wizzyrea |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed patch
Patch, tested and signed off Proposed Followup Patch [Signed Off] Bug 6351: Cannot delete library-specific holds polices and checkout limits |
Description
D Ruth Holloway
2011-05-17 11:21:20 UTC
Katrin is a GENIUS! The URL for the "Delete" link does not contain a branchcode; that may well be the root to the problem...a templating issue. Manually repairing the URL with the branchcode causes the command to work properly. Created attachment 4142 [details] [review] Proposed patch Created attachment 4148 [details] [review] Patch, tested and signed off Easy to read to confirm. Marking as Passed QA. Pushed, please test Deleting rules for 'all libraries' works without problems on current master. Marking fixed. While this fix works just fine, there are additional areas on the Circulation Fines and Rules page that have a similar error. Holds Policies by item type and Checkout Limits by patron category cannot be deleted due to a T:T scope issue. Patch forthcoming. Created attachment 5228 [details] [review] Proposed Followup Patch Fixes T:T scope error on Checkout Limit by Patron Category and Holds Policy by Item Type delete links Created attachment 5229 [details] [review] [Signed Off] Bug 6351: Cannot delete library-specific holds polices and checkout limits Template::Toolkit scope error on delete links on Checkout Limit by Patron Category and Holds Policy by Item Type areas. Testing Results: Tested adding and removing Checkout Limits by Patron Category - both work Tested adding and removing Holds Policies by ItemTypes - both work Signed-off-by: Liz Rea <lrea@nekls.org> Since it is a template only change, even though I'm the author, I'm going to mark this as Passed QA. Please object, anyone, if you take issue. Pushed please test The fix for this bug was published in the 3.4.5 release. If you were the reporter of this bug, please take time to verify the fix and update the status of this bug report accordingly. If the bug is fixed to your satisfaction, please close this report. |