Created attachment 173658 [details] [review] 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.
Created attachment 173691 [details] [review] 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>
Testing notes (using KTD): 1. Apply bug 35570 2. Update the database: updatedatabase 3. Restart everything: restart_all 4. Enable the ILL module: ILLModule 5. Follow the test plan 6. When applying 38288, say 'n' to applying dependent patches
Created attachment 173751 [details] [review] 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>
Simple follow-up for bug 35570. All working, Passing QA
Pushed for 24.11! Well done everyone, thank you!