Summary: | Koha ERM data provider name search broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | ERM | Assignee: | 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
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! This was fixed by bug 37043 (which has been pushed to main already) |