[Koha-bugs] [Bug 22457] New: OpacHiddenItemsExceptions should be moved to a category attribute

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 5 15:18:12 CET 2019


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

            Bug ID: 22457
           Summary: OpacHiddenItemsExceptions should be moved to a
                    category attribute
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org
  Target Milestone: ---

In order to determine if an item should be hidden for a specific patron
category, we now need to:
- Read and parse OpacHiddenItemsExceptions
- Verify it is a real category (subject to typos)
- Compare to the current patron category

This would be avoided by just having an attribute on the categories table (e.g.
overrides_hidding_policy). I leave choosing the right attribute name to native
speakers.

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