]> 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:32:45 +0000 (11:32 -0400)
commit25024ec416017d68b79308897d2b936203fc2e73
treedeb47a07c5f9c117a45d42f532d27435b46f0e3d
parente1f051997cbd50e9d2c5be7ca54b8b542fc7ac74
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]