]> git.koha-community.org Git - koha.git/commit
Bug 36084: svc - cover_images
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 21 Feb 2024 10:46:42 +0000 (11:46 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 10:00:52 +0000 (11:00 +0100)
commit374db28eee937cc363a5dfef7884a3ff4302c6f6
tree19e710f62052d0c08ef9fd6ece6702c6df0cb77a
parent0fe82b601b4b06ce0e9fcc5ca677810886f26717
Bug 36084: svc - cover_images

Removing the ability to remove several cover images, it was not used.

FIXME - Note that I am getting randomly a failure when uploading an image and
seeing the following error in the log:
[Wed Feb 21 10:43:59.168934 2024] [cgi:error] [pid 24037] [client 172.18.0.1:45074] AH01215: Use of uninitialized value $fileID in bitwise and (&) at /kohadevbox/koha/tools/upload-cover-image.pl line 101.: /kohadevbox/koha/tools/upload-cover-image.pl, referer: http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=1

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt
koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js
koha-tmpl/intranet-tmpl/prog/js/fetch/cover-image-api-client.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/upload-images.js
svc/cover_images