Bug 41677 - Use template wrapper for tabs: OAI repositories
Summary: Use template wrapper for tabs: OAI repositories
Status: Passed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Laura Escamilla
URL:
Keywords:
Depends on: 40703 32571
Blocks:
  Show dependency treegraph
 
Reported: 2026-01-21 16:18 UTC by Owen Leonard
Modified: 2026-01-23 16:35 UTC (History)
1 user (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: Sponsored
Comma delimited list of Sponsors: Athens County Public Libraries
Crowdfunding goal: 0
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 41677: Use template wrapper for tabs: OAI repositories (4.16 KB, patch)
2026-01-21 16:32 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 41677: Use template wrapper for tabs: OAI repositories (4.16 KB, patch)
2026-01-21 16:44 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 41677: Use template wrapper for tabs: OAI repositories (4.21 KB, patch)
2026-01-21 22:46 UTC, David Nind
Details | Diff | Splinter Review
Bug 41677: Use template wrapper for tabs: OAI repositories (4.28 KB, patch)
2026-01-23 16:35 UTC, Laura Escamilla
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2026-01-21 16:18:05 UTC
The OAI repositories search include (oai-admin-search.inc, included on admin/oai_servers.pl) was missed when we were transitioning to using a template wrapper for tabs.
Comment 1 Owen Leonard 2026-01-21 16:32:36 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2026-01-21 16:44:16 UTC
Created attachment 191801 [details] [review]
Bug 41677: Use template wrapper for tabs: OAI repositories

This patch updates the OAI repositories search include to use WRAPPERs
for the Bootstrap tabs markup.

To test, apply the patch and go to Administration -> OAI repositories.

- The search form in the header should have three options: Search OAI
  repositories, Check out, and Search catalog.
- Each tab should activate correctly, and each search form should should
  work as expected.*
  * Note that the OAI repositories form searches by repository name
    using a "Starts with" search.

Sponsored-by: Athens County Public Libraries
Comment 3 David Nind 2026-01-21 22:46:02 UTC
Created attachment 191848 [details] [review]
Bug 41677: Use template wrapper for tabs: OAI repositories

This patch updates the OAI repositories search include to use WRAPPERs
for the Bootstrap tabs markup.

To test, apply the patch and go to Administration -> OAI repositories.

- The search form in the header should have three options: Search OAI
  repositories, Check out, and Search catalog.
- Each tab should activate correctly, and each search form should should
  work as expected.*
  * Note that the OAI repositories form searches by repository name
    using a "Starts with" search.

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind <david@davidnind.com>
Comment 4 Laura Escamilla 2026-01-23 16:35:43 UTC
Created attachment 191963 [details] [review]
Bug 41677: Use template wrapper for tabs: OAI repositories

This patch updates the OAI repositories search include to use WRAPPERs
for the Bootstrap tabs markup.

To test, apply the patch and go to Administration -> OAI repositories.

- The search form in the header should have three options: Search OAI
  repositories, Check out, and Search catalog.
- Each tab should activate correctly, and each search form should should
  work as expected.*
  * Note that the OAI repositories form searches by repository name
    using a "Starts with" search.

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>