]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1794588 Web client edit single call number changes all when multiple items attached
authorJason Etheridge <jason@EquinoxInitiative.org>
Wed, 16 Jan 2019 13:57:26 +0000 (08:57 -0500)
committerJason Stephenson <jason@sigio.com>
Fri, 8 Mar 2019 18:22:44 +0000 (13:22 -0500)
commit5461c9bd045a29b25aa20391b1d5a56fa1bba582
tree14aa85aa0f258241811d30064f0323bd2dbf04fa
parentb6fe6d973b937ab1069b918689446e82651c1b2e
LP1794588 Web client edit single call number changes all when multiple items attached

This patch tweaks the behavior Cat.pm's fleshed_volume_update, aka
open-ils.cat.asset.volume.fleshed.batch.update

Previously, if a volume label was edited, all items attached to that
volume would be essentially affected.  Now, if only a sub-set of items
for the original volume being edited are being edited along with the
volume, then a new volume is potentially created instead, leaving the
original volume (and its unedited copies) untouched.  If no copies are
being edited along with a volume, then the volume itself is edited.

Auto-merging of volumes may still happen in all of these scenarios.

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Signed-off-by: Janet Schrader <jschrader@cwmars.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm