Bug 37145

Summary: Koha ERM data provider name search broken
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: ERMAssignee: Kyle M Hall (khall) <kyle>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P5 - low CC: chris, jonathan.druart, jonathan.field, jzairo, kelly, martin.renvoize, matt.blenkinsop, pedro.amorim
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 37145: Koha ERM data provider name search broken

Description Kyle M Hall (khall) 2024-06-20 16:53:42 UTC
This is broken because the FQDN for the service has changed and we do not handle the 301 gracefully.

To test:
1) Browser to ERM / eUsage / Data roviders
2) Click "New data provider"
3) Start typing anything into "Data provider name"
4) Note the error: "Something went wrong: Error: Internal Server Error."
Comment 1 Kyle M Hall (khall) 2024-06-20 16:57:08 UTC
Created attachment 167939 [details] [review]
Bug 37145: Koha ERM data provider name search broken

This is broken because the FQDN for the service has changed and we do not handle the 301 gracefully.

Test Plan:
1) Browser to ERM / eUsage / Data roviders
2) Click "New data provider"
3) Start typing anything into "Data provider name"
4) Note the error: "Something went wrong: Error: Internal Server Error."
5) Apply this patch
6) Restart all the things!
7) Repeat step 3
8) No error!
Comment 2 Chris Cormack 2024-06-20 22:53:35 UTC
This was fixed by bug 37043 (which has been pushed to main already)
Comment 3 Kyle M Hall (khall) 2024-06-21 13:19:56 UTC

*** This bug has been marked as a duplicate of bug 37043 ***