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

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Katrin Fischer <[email protected]> ---
(In reply to Lucas Gass (lukeg) from comment #3)
> (In reply to Katrin Fischer from comment #2)
> > (In reply to Lucas Gass (lukeg) from comment #1)
> > > I don't think framework visibility ever intended to show/hide subfields in
> > > the OPAC/staff interface detail page. It show shows/hides the field in the
> > > MARC view ( OPAC or staff ). 
> > > 
> > > I think what we need here is a hint/tooltip to make that clear.
> > 
> > It actually works for the OPAC detail page, have never used it for staff I
> > believe. The fields are filtered from the XSLT (record processor...). It
> > used to be MARC view only, you are right about that.
> 
> If I added a new arbitrary field to a framework, 952$k for example, and set
> visibility to 'Staff interface' and 'OPAC' I should expect it to show up in
> the OPAC/Staff interface detail pages?

Yes and no.

952 is not that arbitrary as it's an item field. There is currently no code for
showing these fields in the item/holdings table. But it will show up in the
items tab on the MARC view (not the MARC preview in the record, but the
tab/separate page).

If it was 799 or so, you could expect it to be part of the XSLT send to the
template and then you could use it in the XSLT. If you didn't check OPAC
visibility, it would not even be part of the XSLT as it would be filtered out
before being sent to XSLT for processing.

Adding Tomas as I believe he worked on this in the past.

-- 
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