https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27130 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Nick Clemens from comment #6)
I don't think this makes things much better - why do we have an itemnumber that we cannot edit? It would be better to have that in the breadcrumbs or page title, no?
I don't understand what you mean. When I upload a cover image for an item I am at /cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=37&filetype=image I don't see any info about the biblio or the item. Are you suggesting we should add them on this view?
Also, it seems the code for supporting multiple image uploads (zip file) has references to itemnumber, but never actually receive/calculate it.
In my opinion the bug is that one cannot choose a zip file to upload item covers.
Yes, it's a limitation from bug 26145. We could eventually implement it but it's not the point of this bug report.
When attaching a cover to the biblio we actually can edit the biblionumber, which seems like a bad idea, but we should at least be consistent
Indeed, we could remove the readonly attribute. -- You are receiving this mail because: You are watching all bug changes.