[Koha-bugs] [Bug 22286] New: ILL, OpacHiddenItems and 404

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 7 13:31:04 CET 2019


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

            Bug ID: 22286
           Summary: ILL, OpacHiddenItems and 404
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: ILL
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
  Target Milestone: ---

For some kinds of ILL you need to create records and items for materials the
library receives through ILL, so they ca be lent to patrons in the regular way.
Normally, you do not want these records to display or be searchable in the
OPAC, because they are not part of the collection of the library. My guess is
most libraries will solve this by creating an itemtype called something like
ILL, and use OpacHiddenItems to hide these records from browsing and searching
in the OPAC. 

When such an item is on loan to the patron it does show up in "my summary" in
the OPAC, but the link from the title leads to a 404, which is not ideal. 

A couple of different solutions come to mind:

1. Detect that the item on loan is hidden and don't display the link

2. Detect that the item on loan is hidden and display the record in some other
way than through a link to the regular OPAC detail view, for example in a
pop-up. 

Thoughts?

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


More information about the Koha-bugs mailing list