[Koha-bugs] [Bug 30200] Add customizable tabs to interlibrary loan requests list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 12 13:02:53 CEST 2022


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #19 from Owen Leonard <oleonard at myacpl.org> ---
I'm trying to get this to work so I can provide a follow-up to switch out the
jQueryUI tabs with Bootstrap.

I'm not sure if I'm doing something wrong, but it isn't working for me.
Whichever tab I'm on I see all requests.

The value in ILLRequestsTabs:

- name: New
  status:
    - NEW
- name: Status1
  status:
    - ILL_STATUS_1
- name: Status2
  status:
    - ILL_STATUS_2
- name: Status3-4
  status:
    - ILL_STATUS_3
    - ILL_STATUS_4

I inserted the ILL statues into the ILLSTATUS authorized value category. I
manually updated some ILL requests to have the new statuses. When I go to the
ILL requests page I see the tabs, but the tabs don't work to filter anything.
The "All" and "NEW" tabs show all requests, and the Status1, Status2, Status3-4
tabs don't show anything.

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


More information about the Koha-bugs mailing list