]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1569884 Allow deleted monograph parts to be recreated.
authorSteven Callender <stevecallender@esilibrary.com>
Wed, 13 Apr 2016 15:15:27 +0000 (11:15 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 28 Apr 2016 15:22:49 +0000 (11:22 -0400)
commit61bac8464b6d65232e5a570b925318d80166e132
treefcfc1ce00693b1b6d6fe3d1e9df052ba3a34a685
parent5dc79e84f0bd9e79c6c0e21acc6d39a1bc6307cf
LP#1569884 Allow deleted monograph parts to be recreated.

Changed the constraint on the biblio.monograph_part table to allow for a
monograph part to be created if a duplicate deleted version is found.

To test:

[1] Add a monograph part to a bib.
[2] Delete that monograph part.
[3] Attempt to add a monograph part to the same bib using
    the same part label. Without the patches installed, this
    will fail; upon applying the database update, this operation
    should succeed.

Signed-off-by: Steven Callender <stevecallender@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlcstaff.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/XXXX.schema.allow_parts_to_be_recreated.sql [new file with mode: 0644]