https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26992 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joonas.kylmala@helsinki.fi Status|Signed Off |Failed QA --- Comment #10 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- The commit title needs to tell what the commit does, not what the bug is (<https://wiki.koha-community.org/wiki/Commit_messages#Examples>). Also the formatting is not right, so something like Bug 26992: Fix broken issues deletion on serial collection page would be better. Then I'm also wondering why there needs to be eval here:
my $deleted_item = eval { $item->safe_delete };
-- You are receiving this mail because: You are watching all bug changes.