https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22285 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|OPAC shows too much info |ILL: Allow to configure |about ILL requests |displayed data for staff | |interface and OPAC | |separately --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Magnus Enger from comment #2)
(In reply to Katrin Fischer from comment #1)
Hi Magnus, could you give an example for problematic info displayed?
I think it depends on the backend.
For the notes we have a staff and an OPAC note, I think only the OPAC note displays in the OPAC.
In Libris you can also have a note that is written when you add enter the request into Libris, and this is imported to Koha along with all the other metadata.
For the provider display I only see a few fields actually of our metadata. I wonder how they are selected and how we could improve on it.
I think every backend must have a metadata() sub, that returns some metadata about a given request. And I think what I found problematic is that this is used both for the OPAC and the Intranet, so you either have to display too little information to librarians or too much information to patrons. It would be better to have e.g. metadata_public() or metadata({ public => 1 }) for use in the OPAC, or something like that.
Ok, that makes a lot of sense. We also have some internal attributes, but they display neither in OPAC nor staff... now I guess I know why! Updating the description. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.