[Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 21 08:26:22 CEST 2018


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

paxed <pasi.kallinen at joensuu.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26402|0                           |1
        is obsolete|                            |
  Attachment #26403|0                           |1
        is obsolete|                            |
  Attachment #26405|0                           |1
        is obsolete|                            |
  Attachment #26766|0                           |1
        is obsolete|                            |
  Attachment #26767|0                           |1
        is obsolete|                            |

--- Comment #25 from paxed <pasi.kallinen at joensuu.fi> ---
Created attachment 78022
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78022&action=edit
Bug 11175: Show record component parts in the detail view

Shows the component records of a host on the host intranet detail view,
with clickable links to the component records.
Host has no linking entries to the components, but the components link
to the host record via 773$w.

Adds a new search index, Control-number-identifier (aka cni), which
indexes the 003 controlfield.

When looking up the component part records, the code searches for
records with (773$w=Host001 and 003=Host003) or 773$w='Host003 Host001'.

Does not use easyanalytics.

Only for MARC21 biblios - MARC21 holdings and UNIMARC indexdefs
haven't been updated.

Only for the intranet detail page.

Staff-client.css has not been recreated, so you need to sass that

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list