Bug 40677 - Link to ILL requests from result list doesn't respect ILLOpacbackends
Summary: Link to ILL requests from result list doesn't respect ILLOpacbackends
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: ILL (show other bugs)
Version: 24.11
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-20 11:33 UTC by Katrin Fischer
Modified: 2025-08-20 11:33 UTC (History)
5 users (show)

See Also:
GIT URL:
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 Katrin Fischer 2025-08-20 11:33:28 UTC
In our setup we only offer the ILL request form of our own backend and don't want the user to be able to choose between Standard and our backend form.

This works well, with the exception of the link from the result lists "no results" page when logged in. 

To test:
* Install any additional ILL backend and activate ILL
* Set ILLOpacbackends to the additional backend
* Log into OPAC
* Search nonsense
* Click on the "Make an Interlibrary loan request" link
* You will have to choose the form to use between Standard and the installed backend, only the installed backend shoudl be offered.

Ideally if only one backend is active it should forward you to the right page for it. Our form is external, since requests are not made within Koha and we'd like redirect to the library specific ILL portal URL. 

But the main issue is the ability to add standard ILL requests.