https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22285

--- Comment #2 from Magnus Enger <[email protected]> ---
(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.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to