Comment 0 for bug 1406786

Revision history for this message
Michele Morgan (mmorgan) wrote :

The Merge Monograph Parts functionality new in 2.7 does not preserve the copy/part mapping for the deleted part.

Here's the original launchpad bug:

https://bugs.launchpad.net/evergreen/+bug/1099979

and the commit:

http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=8f4d3efb029f109d3dc7dc69cf458c2834c725d6

When selected parts are merged in the Manage Parts interface in the client, the user chooses a "prevailing item", which is the part to be preserved. The remaining selected parts are deleted when the user clicks to choose the prevailing item.

Any copy that was mapped to the deleted parts, loses its part mapping rather than having the mapping updated to the prevailing part.

It looks like a row is being deleted from asset.copy_part_map rather than being updated with the prevailing part's id.

Updating this mapping is essential to using this funcitionality.