| Summary: | jQuery not loading on OAI XSLT pages | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
| Component: | OPAC | Assignee: | Nick Clemens (kidclamp) <nick> |
| Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
| Severity: | major | ||
| Priority: | P5 - low | CC: | fridolin.somers, m.de.rooy, matt.blenkinsop |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
23.11.00,23.05.01
|
|
| Circulation function: | |||
| Bug Depends on: | 32998 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 34093: Fix paths to jQuery for OAI XSLT
Bug 34093: Fix paths to jQuery for OAI XSLT Bug 34093: Fix paths to jQuery for OAI XSLT |
||
|
Description
Nick Clemens (kidclamp)
2023-06-22 11:02:12 UTC
Created attachment 152548 [details] [review] Bug 34093: Fix paths to jQuery for OAI XSLT To test: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml 3 - Click 'Metadata' button for a record 4 - Nothign happens 5 - Check the console: Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.3.2.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-3.6.0.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js”. 6 - Apply patch 7 - Reload 8 - Console errors are gone 9 - Clicking 'Metadata' expands the record content Created attachment 152572 [details] [review] Bug 34093: Fix paths to jQuery for OAI XSLT To test: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml 3 - Click 'Metadata' button for a record 4 - Nothign happens 5 - Check the console: Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.3.2.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-3.6.0.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js”. 6 - Apply patch 7 - Reload 8 - Console errors are gone 9 - Clicking 'Metadata' expands the record content Signed-off-by: Sam Lau <samalau@gmail.com> Created attachment 152618 [details] [review] Bug 34093: Fix paths to jQuery for OAI XSLT To test: 1 - Enable OAI-PMH system preference 2 - Browse to: http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml 3 - Click 'Metadata' button for a record 4 - Nothign happens 5 - Check the console: Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.3.2.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/jquery/jquery-3.6.0.min.js”. Loading failed for the <script> with source “http://localhost:8080/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js”. 6 - Apply patch 7 - Reload 8 - Console errors are gone 9 - Clicking 'Metadata' expands the record content Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 23.11. Nice work everyone, thanks! Pushed to 23.05.x for 23.05.01 Not backporting to 22.11.x - missing dependency 32998 |