Summary: | Fix body id on OPAC course details page | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Course reserves | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | hayleypelham, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
19.11.00, 19.05.06, 18.11.12
|
Circulation function: | |
Attachments: |
Bug 23952: Fix body tag on OPAC course details page
Bug 23952: Fix body tag on OPAC course details page Bug 23952: Fix body tag on OPAC course details page |
Description
Katrin Fischer
2019-11-02 15:24:35 UTC
Created attachment 94969 [details] [review] Bug 23952: Fix body tag on OPAC course details page The id was not changed, when the page was added and remained opac-main. The patch changes it to opac-course-details so the page has its own unique id. To test: - Add a course reserve to your installation - Go to the course reserves page in the OPAC - Click on the course to see its details - Look at the source code, the <body> tag should show: Without patch: opac-main with patch applied: opac-course-details Created attachment 94994 [details] [review] Bug 23952: Fix body tag on OPAC course details page The id was not changed, when the page was added and remained opac-main. The patch changes it to opac-course-details so the page has its own unique id. To test: - Add a course reserve to your installation - Go to the course reserves page in the OPAC - Click on the course to see its details - Look at the source code, the <body> tag should show: Without patch: opac-main with patch applied: opac-course-details Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> Created attachment 95141 [details] [review] Bug 23952: Fix body tag on OPAC course details page The id was not changed, when the page was added and remained opac-main. The patch changes it to opac-course-details so the page has its own unique id. To test: - Add a course reserve to your installation - Go to the course reserves page in the OPAC - Click on the course to see its details - Look at the source code, the <body> tag should show: Without patch: opac-main with patch applied: opac-course-details Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work! Pushed to master for 19.11.00 backported to 19.05.x for 19.05.06 Backported to 18.11.x for 18.11.12 |