]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1773479 Show Located URIs in browse
authorDan Wells <dbw2@calvin.edu>
Fri, 9 Nov 2018 17:28:08 +0000 (12:28 -0500)
committerMike Rylander <mrylander@gmail.com>
Mon, 12 Nov 2018 17:24:44 +0000 (12:24 -0500)
commitbfbd4ee7b74bd80a78b66f7e3449ec47434d96a4
tree28756568a61879ef74bf28d2c77b8e8346d58210
parent4b11fba6c4ef7b4f15c6bf823dbfa7db570c8510
LP#1773479 Show Located URIs in browse

Located URIs depend upon bib-level visibility, as there are no copies
to work with.  The browse code, however, was joining in the copy
visibility table as if it would always have at least one row per bib,
but in the case of located URIs, it does not.

Let's change it to a LEFT JOIN to allow the bib row to show up, at
which point the existing bib visibility check can do its job.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/300.schema.staged_search.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.function.located_uri_browse_visibility.sql [new file with mode: 0644]