Summary: | Possibility to choose "Note" tab in OpacSerialDefaultTab | ||
---|---|---|---|
Product: | Koha | Reporter: | Patrick Robitaille <patrick.robitaille> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Kyle M Hall (khall) <kyle> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, fridolin.somers, koha, kyle, m.de.rooy, maude.boudreau |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | Caroline Cyr La Rose |
Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/970 | Text to go in the release notes: |
This adds an additional option to the `opacSerialDefaultTab` system preference that allows to select the 'Title information' tab as default on serial records in the OPAC.
|
Version(s) released in: |
24.05.00
|
Circulation function: | |
Attachments: |
Bug 19768: Add "Title notes" tab to OpacSerialDefaultTab preference
Bug 19768: Add "Title notes" tab to OpacSerialDefaultTab preference Bug 19768: Add "Title notes" tab to OpacSerialDefaultTab preference Bug 19768: (follow-up) Database update |
Description
Patrick Robitaille
2017-12-06 20:29:28 UTC
+1 Created attachment 165905 [details] [review] Bug 19768: Add "Title notes" tab to OpacSerialDefaultTab preference This patch adds a "title notes tab" option to the opacSerialDefaultTab preference. To test, apply the patch and restart services. - Go to Administration -> System preferences -> opacSerialDefaultTab. - There should now be a new options, "title notes tab." - Set the preference to the new value. - Go to the OPAC and locate a bibliographic record which is associated with a subscription and which has data in a 5XX notes field. - On the bibliographic detail page the "Title notes" tab should be selected by default. - Test that the other system preference values still work correctly too. Sponsored-by: Athens County Public Libraries Created attachment 165934 [details] [review] Bug 19768: Add "Title notes" tab to OpacSerialDefaultTab preference This patch adds a "title notes tab" option to the opacSerialDefaultTab preference. To test, apply the patch and restart services. - Go to Administration -> System preferences -> opacSerialDefaultTab. - There should now be a new options, "title notes tab." - Set the preference to the new value. - Go to the OPAC and locate a bibliographic record which is associated with a subscription and which has data in a 5XX notes field. - On the bibliographic detail page the "Title notes" tab should be selected by default. - Test that the other system preference values still work correctly too. Sponsored-by: Athens County Public Libraries Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> Created attachment 166308 [details] [review] Bug 19768: Add "Title notes" tab to OpacSerialDefaultTab preference This patch adds a "title notes tab" option to the opacSerialDefaultTab preference. To test, apply the patch and restart services. - Go to Administration -> System preferences -> opacSerialDefaultTab. - There should now be a new options, "title notes tab." - Set the preference to the new value. - Go to the OPAC and locate a bibliographic record which is associated with a subscription and which has data in a 5XX notes field. - On the bibliographic detail page the "Title notes" tab should be selected by default. - Test that the other system preference values still work correctly too. Sponsored-by: Athens County Public Libraries Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Hi all, the change in sysprefs.sql should be reflected in a database update. Can we get a quick follow-up? I think this is low side effects risk and would make a nice addition! Created attachment 166432 [details] [review] Bug 19768: (follow-up) Database update The database update was not quite correct, we only want to update options, not value. Fixed inline. Pushed for 24.05! Well done everyone, thank you! Not backported to 23.11.x |