]> git.evergreen-ils.org Git - Evergreen.git/commit
Ensure that changes to authority records propagate to linked bibliographic records
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Nov 2010 19:44:16 +0000 (19:44 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Nov 2010 19:44:16 +0000 (19:44 +0000)
commit9bb9fca30d42e0b5a0eca527ee9e3596fa0d099e
tree5f5b7df7283d99a71162d7fd68a8e1b35a21826f
parent28400e2e8ec5e3b582076204fab174218728b5f2
Ensure that changes to authority records propagate to linked bibliographic records

Per https://bugs.launchpad.net/evergreen/+bug/669596, updated authority records
weren't being reflected in bibliographic records with fields that link to those
authority records. We were missing the call to authority.propaagate_changes()
withing the ingest trigger on authority.record_entry.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18557 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/999.functions.global.sql
Open-ILS/src/sql/Pg/upgrade/0452.schema.authority.propagate_changes.sql [new file with mode: 0644]