Bug 26276 - When merging biblios with volumes, preserve all groups
Summary: When merging biblios with volumes, preserve all groups
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 24857
Blocks:
  Show dependency treegraph
 
Reported: 2020-08-21 15:44 UTC by Andrew Fuerste-Henry
Modified: 2022-07-11 07:18 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2020-08-21 15:44:22 UTC
When merging bib records with attached volumes, only the volumes connected to the preserved biblionumber are kept.

To recreate:
- create bib Test 1
- create Volume 1 on bib Test 1
- create bib Test 2
- create Volume 2 on bib Test 2
- select bibs Test 1 and Test 2 for merge
- selet Test 1 as the bib number to be maintained
- complete merge
- confirm your final bib has just one volume, Volume 1

We should keep all volumes, merging them all into the final bib.

Additionally, and volume-level holds on the deleted bib do merge onto the final bib, but end up as bib-level holds. They should be kept as volume-level. Could be this wants to be a separate bug.