]> git.koha-community.org Git - koha.git/commit
Bug 38288: Fallback to Standard if FreeForm
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Tue, 29 Oct 2024 14:37:52 +0000 (14:37 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 31 Oct 2024 10:32:57 +0000 (11:32 +0100)
commitd5960ec6f1a01068763cb980c21bfafe7ed84dfb
treeb8c13da8cc8e59a366bc9368b38af99181fbc9aa
parent19f958041036886ee03277a0dd6db6015c2142dc
Bug 38288: Fallback to Standard if FreeForm

A regular openURL works fine:
http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?backend=Standard&title=Koha%20is%20cool&method=create&genre=article&openurl=1

Problem is existing third-party systems may be linking to Koha using FreeForm, not Standard

Test plan:
1) Access the OPAC URL from above.
2) Notice it works.
3) Replace the word 'Standard' with 'FreeForm'. It no longer works.
4) Apply patch. Repeat.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
opac/opac-illrequests.pl