]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#957466: Update editor/edit_date/source on overlay
authorRemington Steed <rjs7@calvin.edu>
Mon, 13 Oct 2014 16:22:32 +0000 (12:22 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 18 Feb 2015 15:02:57 +0000 (10:02 -0500)
commit62510da3171c54bfeb2b34478c4e4a6c2c05acb1
treefe401dd31913782e2b34ee92bfed0e70baec9ec8
parent9238334caad810f09e53466e65a634a58e332931
LP#957466: Update editor/edit_date/source on overlay

This commit does three things.

1. It removes some declared variables that are never used in this
function.

2. It updates the bib record edit_date field (along with the editor) if
an editor is found in the MARC. If an editor is not found (or doesn't
match an Evergreen user), it seems best to leave the edit_date
unchanged so as not to imply that the previous editor is responsible for
the newest edit.

3. If a bib source is chosen in the vandelay importer UI, it updates the
bib record with the source. To access this field, the reference to table
"queued_record" is replaced by its child table "queued_bib_record".
Since the new table is a child of the other, all of the other needed
values are still available.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Martha Driscoll <driscoll@noblenet.org>
Open-ILS/src/sql/Pg/012.schema.vandelay.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.function.vandelay-overlay_bib_record.sql [new file with mode: 0644]