]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Hide OPAC-invisible holdings from SRU/Z39.50
authorDan Scott <dscott@laurentian.ca>
Mon, 16 Jul 2012 17:27:54 +0000 (13:27 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 16 Aug 2012 17:38:36 +0000 (13:38 -0400)
commit37b1dfec9a1fcdf20a9192f41abb207625b1ce0a
tree2360aa7c972b0f293f885b40e03d8bceba57edbf
parentb8ec9e940136bfe8d94e9b0f17927e9052ecf992
Hide OPAC-invisible holdings from SRU/Z39.50

The basic_holdings Supercat method filtered out deleted call numbers and
copies, but didn't filter out copies based on the OPAC visibility status
of copy location / status / the copy itself. This has undesired results
when third-party services request copies via SRU or Z39.50 and expose
copies that should not be visible to the public.

We wrap all of the visibility and deletedness checks for a given copy up
into a subroutine so that we can avoid repeating ourselves in the
basic_holdings logic. Also, if we missed a test, we can add it in one
handy place :)

(Thanks to Galen Charlton for finding two missing tests: circ lib
visibility and owning lib visibility!)

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Art Rhyno <art632000@yahoo.ca>
Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm