LP#1663663: unbreak Full Overlay merge profile
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 5 Jan 2017 16:36:21 +0000 (16:36 +0000)
committerKathy Lussier <klussier@masslnc.org>
Tue, 14 Feb 2017 05:39:16 +0000 (00:39 -0500)
This patch fixes a regression introduced in 2.11 that had
the effect of making the stock Full Overlay merge profile
act like a match-only merge that also updates the bib source.

To test
-------
[1] After applying the patches, verify that the Full Overlay
    merge profile now fullly updates the target bib record.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 56408b2..eb4e2df 100644 (file)
@@ -14571,7 +14571,7 @@ INSERT INTO action_trigger.environment (
 INSERT INTO vandelay.merge_profile (id, owner, name, replace_spec, update_bib_source) 
     VALUES (1, 1, oils_i18n_gettext(1, 'Match-Only Merge', 'vmp', 'name'), '901c', false);
 
-INSERT INTO vandelay.merge_profile (id, owner, name, replace_spec, update_bib_source) 
+INSERT INTO vandelay.merge_profile (id, owner, name, preserve_spec, update_bib_source)
     VALUES (2, 1, oils_i18n_gettext(2, 'Full Overlay', 'vmp', 'name'), '901c', true);
 
 SELECT SETVAL('vandelay.merge_profile_id_seq'::TEXT, 100);