https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31460 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186178|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 186486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186486&action=edit Bug 31460: Merge item groups when merging records Test: 1. Have a record (A) with 3 items. 2. Create an item group with 2 of these items. 3. Have a second record (B) with 4 items 4. Create an item group with 2 of these items. 5. Merge the two records together keeping record A 6. Results will show that all items are moved over to record A, but the item group from record B, is not there. 7. Apply patch 8. Create a new record (C) with 3 items. 9. Create an item group with 2 of these items 10. Merge this into record A 11. The item groups are moved! Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.