Bug 19768 - Possibility to choose "Note" tab in OpacSerialDefaultTab
Summary: Possibility to choose "Note" tab in OpacSerialDefaultTab
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Kyle M Hall (khall)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-06 20:29 UTC by Patrick Robitaille
Modified: 2024-10-03 19:47 UTC (History)
6 users (show)

See Also:
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 (5.20 KB, patch)
2024-04-30 13:57 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 19768: Add "Title notes" tab to OpacSerialDefaultTab preference (5.27 KB, patch)
2024-04-30 21:25 UTC, Laura Escamilla
Details | Diff | Splinter Review
Bug 19768: Add "Title notes" tab to OpacSerialDefaultTab preference (5.33 KB, patch)
2024-05-07 16:28 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review
Bug 19768: (follow-up) Database update (1.33 KB, patch)
2024-05-08 17:47 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Robitaille 2017-12-06 20:29:28 UTC
Hi, 

It would be interesting to have the possib=ility to chose the note tab for the systeme preference OpacSerialDefaultTab. At the moment, we can only select subscriptions tab, holdings tab and serial collections tab in this preference. It would be nice to have the possibiliy to chose an another tab like notes tab. 

Patrick.
Comment 1 Maude Boudreau 2024-04-26 19:33:51 UTC
+1
Comment 2 Owen Leonard 2024-04-30 13:57:23 UTC
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
Comment 3 Laura Escamilla 2024-04-30 21:25:25 UTC
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>
Comment 4 Kyle M Hall (khall) 2024-05-07 16:28:15 UTC
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>
Comment 5 Katrin Fischer 2024-05-08 16:10:29 UTC
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!
Comment 6 Owen Leonard 2024-05-08 17:47:08 UTC
Created attachment 166432 [details] [review]
Bug 19768: (follow-up) Database update
Comment 7 Katrin Fischer 2024-05-08 17:56:26 UTC
The database update was not quite correct, we only want to update options, not value. Fixed inline.
Comment 8 Katrin Fischer 2024-05-08 18:06:14 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 9 Fridolin Somers 2024-05-24 15:08:51 UTC
Not backported to 23.11.x