Bug 12625

Summary: Batch delete component parts when deleting the parent from detailed-view
Product: Koha Reporter: Olli-Antti Kivilahti <olli-antti.kivilahti>
Component: CatalogingAssignee: 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:
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
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 :)
Comment 1 Olli-Antti Kivilahti 2014-07-22 09:53:04 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 :)
Comment 2 Jonathan Druart 2015-09-03 09:15:26 UTC
Blocked by 12625
Comment 3 Jonathan Druart 2015-09-03 09:15:41 UTC
11175 :)