Summary: | Do not block deletion of cities when instances exist in borrowers table | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | System Administration | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, cnighswonger, gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/admin/cities.pl?op=delete_confirm | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Proposed fix for HEAD
Proposed fix for roadtype.pl |
Description
Owen Leonard
2010-07-14 16:43:03 UTC
Created attachment 2527 [details] [review] Proposed fix for HEAD Signed off on patch. I note that admin/roadtype.pl has the same issue. Created attachment 2757 [details] [review] Proposed fix for roadtype.pl Accompanying (but not dependent) patch for roadtype.pl The road types interface didn't block deletion of road types in use, but the script included the same queries that cities.pl did, as if it intended to. Pushed, please test and close This bug has a fix which was committed to the 3.2.x branch and released in 3.2.1. Please take time to update the status of this bug and mark it RESOLVED FIXED so that it may be closed. This bug is mentioned in: Fix for Bug 5004, Don't block deletion of cities when instances exist in borrowers table http://lists.koha-community.org/pipermail/koha-patches/2010-November/013013.html Another bug 5004 fix, this time for road types http://lists.koha-community.org/pipermail/koha-patches/2010-November/013016.html Another bug 5004 fix, this time for road types http://lists.koha-community.org/pipermail/koha-patches/2010-November/013028.html |