Bug 37358 - Search filter not displayed on holdings table if SeparateHoldings is disabled
Summary: Search filter not displayed on holdings table if SeparateHoldings is disabled
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-15 06:28 UTC by Emmi Takkinen
Modified: 2024-07-15 06:30 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emmi Takkinen 2024-07-15 06:28:14 UTC
When SeparateHoldings syspref is set as "Don't separate", holdings table is missing search filter. Also pagination buttons and "Show x entries" filter are not displayed.

To reproduce:
1. Set SeparateHoldings syspref as "Separate".
2. Find a biblio with items attached to it.
3. Note that search filter, pagination etc. are displayed
4. Disable SeparateHoldings syspref.
5. Note that search filter, pagination etc. are no longer displayed
Comment 1 Emmi Takkinen 2024-07-15 06:30:51 UTC
Also note, if I disable syspref StaffDetailItemSelection, filters are displayed.