]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
LP#1955079: Staff catalog can't email records
authorMike Rylander <mrylander@gmail.com>
Wed, 12 Jan 2022 16:25:59 +0000 (11:25 -0500)
committerMichele Morgan <mmorgan@noblenet.org>
Mon, 9 Jan 2023 17:17:44 +0000 (12:17 -0500)
commit4b17f3dc3541f1ea9d9ca6db40e43e1e5147d463
tree726497b5d03132bac25c52069898557fd80d7151
parent06dd3972f5b06700fc017a652882e3fc000b26dc
LP#1955079: Staff catalog can't email records

The angular staff catalog uses the new print/email records
functionality, but calls it without some expected parameters.  This
causes the backend method to fail as it assumes the params will exist.

This commit removes that assumption by testing the length of the
parameter list before attempted to read them.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm