Summary: | OAI 'Set' and 'Metadata' dropdowns broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Web services | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | andrew, david, fridolin.somers, jonathan.druart, julian.maurice |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25793 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
With OAI-PMH enabled, if you clicked on Sets or Metadata in the search results no additional information was displayed (example query: <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marc21). This patch fixes this so that the additional information for Sets and Metadata is now correctly displayed.
|
Version(s) released in: |
21.05.00,20.11.01
|
Circulation function: | |||
Bug Depends on: | 20168 | ||
Bug Blocks: | |||
Attachments: |
Bug 26665: (bug 20168 follow-up) Fix path to bootstrap js file
Bug 26665: (bug 20168 follow-up) Fix path to bootstrap js file Bug 26665: (bug 20168 follow-up) Fix path to bootstrap js file |
Description
Katrin Fischer
2020-10-13 10:40:47 UTC
Request URL: http://kohadev.mydnsname.org:8080/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.min.js Request Method: GET Status Code: 404 Not Found Created attachment 114095 [details] [review] Bug 26665: (bug 20168 follow-up) Fix path to bootstrap js file 20168 moved it to /opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js It fixed the OAI-PMH view Test plan: Hit <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marc21 and confirm that you can click "Metadata" and it opens Created attachment 114164 [details] [review] Bug 26665: (bug 20168 follow-up) Fix path to bootstrap js file 20168 moved it to /opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js It fixed the OAI-PMH view Test plan: Hit <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marc21 and confirm that you can click "Metadata" and it opens Signed-off-by: David Nind <david@davidnind.com> Notes from testing (koha-testing-docker): 1. Enable OIA-PMH - set the OAI-PMH system preference to Enable. 2. Visit <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marc21 3. If you click Metadata for any of the search results it does not open to display additional information. 4. Apply the patch (and flush_memcached and restart_all). 5. Repeat step 2 (or refresh the page). 6. Now if you click on Metadata for one of the search results it will now open to display the additional information. 7. Sign off! Created attachment 114181 [details] [review] Bug 26665: (bug 20168 follow-up) Fix path to bootstrap js file 20168 moved it to /opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js It fixed the OAI-PMH view Test plan: Hit <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marc21 and confirm that you can click "Metadata" and it opens Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Pushed to master for 20.05, thanks to everybody involved! Pushed to 20.11.x for 20.11.01 Pushed to master for 21.05, thanks to everybody involved! Doesn't apply cleanly to 20.05.x, please rebase if needed |