Summary: | Batch delete component parts when deleting the parent from detailed-view | ||
---|---|---|---|
Product: | Koha | Reporter: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
Component: | Cataloging | Assignee: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
Status: | BLOCKED --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 11175 | ||
Bug Blocks: | |||
Attachments: | Bug 12625 - (KD-153) Batch delete component parts when deleting the parent from detailed-view |
Description
Olli-Antti Kivilahti
2014-07-22 09:51:55 UTC
Created attachment 29950 [details] [review] Bug 12625 - (KD-153) Batch delete component parts when deleting the parent from detailed-view See Bug 11175 for explanation of component parts. This feature automatically deletes all linked component parts when the component parent is deleted using "catalogue/detail.pl -> Edit -> Delete record" Generalizing this to C4::Biblio::DelBiblio() is not a good idea because we don't wan't to delete all component parts when we are for example, merging records :) Blocked by 12625 11175 :) |