Summary: | EBSCO Packages search box is missing | ||
---|---|---|---|
Product: | Koha | Reporter: | Christian Nelson <christian.nelson> |
Component: | ERM | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | jonathan.druart, jonathan.field, martin.renvoize, matt.blenkinsop, pedro.amorim |
Version: | unspecified | Keywords: | rel_25_05_candidate |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 37930 | ||
Bug Blocks: | |||
Attachments: |
Bug 40774: Fix EBSCO's package list view
Bug 40774: Fix get_lib_from_av calls Bug 40774: Fix content type description Bug 40774: Fix EBSCO's package list view Bug 40774: Fix get_lib_from_av calls Bug 40774: Fix content type description |
Description
Christian Nelson
2025-09-09 11:31:13 UTC
Created attachment 186283 [details] [review] Bug 40774: Fix EBSCO's package list view TypeError: can't access property "authorised_values", e.type is undefined Created attachment 186285 [details] [review] Bug 40774: Fix get_lib_from_av calls The authorised value category for 'authorisedValues.av_title_publication_types' is not defined. Created attachment 186286 [details] [review] Bug 40774: Fix content type description The authorised value category for 'EBook' is not defined. I found several bugs. The description of the content types on the package list view was not correctly shown. On the title list it was the publication types. Everything should be fixed now. Created attachment 186296 [details] [review] Bug 40774: Fix EBSCO's package list view TypeError: can't access property "authorised_values", e.type is undefined Signed-off-by: cnelson <christian.nelson@uwasa.fi> Created attachment 186297 [details] [review] Bug 40774: Fix get_lib_from_av calls The authorised value category for 'authorisedValues.av_title_publication_types' is not defined. Signed-off-by: cnelson <christian.nelson@uwasa.fi> Created attachment 186298 [details] [review] Bug 40774: Fix content type description The authorised value category for 'EBook' is not defined. Signed-off-by: cnelson <christian.nelson@uwasa.fi> Seems to be working fine now, thank you! |