From: Jason Etheridge Date: Mon, 11 Oct 2021 22:24:16 +0000 (-0400) Subject: lp1787968 jacket_upload: release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=74b4c1a156b318809255283a28b9f9994d432f22;p=working%2FEvergreen.git lp1787968 jacket_upload: release notes Signed-off-by: Jason Etheridge Signed-off-by: Michele Morgan --- diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/custom_cover_image.adoc b/docs/RELEASE_NOTES_NEXT/Cataloging/custom_cover_image.adoc new file mode 100644 index 0000000000..d81e1dd5ef --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Cataloging/custom_cover_image.adoc @@ -0,0 +1,32 @@ +== Custom Cover Image Uploader == + +If configured for a given Evergreen instance, staff with the UPLOAD_COVER_IMAGE +permission may upload a custom jacket/cover image for a given bibliographic +record for display in the staff client and OPAC. This is done through the Other +Actions -> Upload Cover Image command from the record details page in the staff +interface. + +=== Note for system administrators === + +The following stanza needs to be added to eg_vhost.conf: + +[source] +---------------------------------------------------------------- + + SetHandler perl-script + PerlHandler OpenILS::WWW::Vandelay::spool_jacket + Options +ExecCGI + Require all granted + +---------------------------------------------------------------- + +and this to the open-ils.vandelay -> app_settings -> databases section of +opensrf.xml: + +[source] +---------------------------------------------------------------- +/openils/var/web/opac/extras/ac +---------------------------------------------------------------- +with the path appropriately adjusted for your installation. The Apache process +will need write permissions for that directory. +