Summary: | Cannot delete items | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Cataloging | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | jonathan.druart, kyle, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.05.00
|
|
Circulation function: | |||
Bug Depends on: | 29788 | ||
Bug Blocks: | |||
Attachments: |
Bug 30644: (bug 29788 follow-up) Make Koha::Item->safe_to_delete use Koha::Result::Boolean
Bug 30644: (bug 29788 follow-up) Make Koha::Item->safe_to_delete use Koha::Result::Boolean |
Description
Nick Clemens (kidclamp)
2022-04-28 12:44:16 UTC
Shame on me Created attachment 134264 [details] [review] Bug 30644: (bug 29788 follow-up) Make Koha::Item->safe_to_delete use Koha::Result::Boolean Fix item deletion Wrong if/else! Test plan: Delete an item Created attachment 134265 [details] [review] Bug 30644: (bug 29788 follow-up) Make Koha::Item->safe_to_delete use Koha::Result::Boolean Fix item deletion Wrong if/else! Test plan: Delete an item Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Good catch :-) passing QA Pushed to master for 22.05, thanks to everybody involved [U+1F984] |