| Summary: | Make appending published date to serial enumeration optional on detail pages | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Serials | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | Pushed to main --- | QA Contact: | Laura Escamilla <Laura.escamilla> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | caroline.cyr-la-rose, esther.melander, Laura.escamilla, paul.derscheid |
| 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: |
Enhancement: A new system preference, DisplayPublishedDate, has been added to control whether the published date is shown after the volume/numbering information in holdings tables. When enabled, the date will appear in parentheses in both the OPAC and staff interface (Serial/Enumeration and Vol info columns). When disabled, the date is hidden.
|
Version(s) released in: |
25.11.00
|
| Circulation function: | |||
| Attachments: |
Bug 40700: Add new preference DisplayPublishedDate
Bug 40070: Control display of serial pubdate on detail pages Bug 40070: Add new preference DisplayPublishedDate Bug 40070: Control display of serial pubdate on detail pages Bug 40070: Add new preference DisplayPublishedDate Bug 40070: Control display of serial pubdate on detail pages |
||
|
Description
Marcel de Rooy
2025-06-04 13:25:02 UTC
I think this makes sense. +1 Created attachment 182968 [details] [review] Bug 40700: Add new preference DisplayPublishedDate Test plan: Run install or update Check new preference under Administration Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 182969 [details] [review] Bug 40070: Control display of serial pubdate on detail pages Test plan: Add a serial that creates items. Receive an issue. Toggle pref DisplayPublishedDate and verify that publisheddate is shown or hidden. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 182970 [details] [review] Bug 40070: Add new preference DisplayPublishedDate Test plan: Run install or update Check new preference under Administration Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 182971 [details] [review] Bug 40070: Control display of serial pubdate on detail pages Test plan: Add a serial that creates items. Receive an issue. Toggle pref DisplayPublishedDate and verify that publisheddate is shown or hidden. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Comment on attachment 182968 [details] [review] Bug 40700: Add new preference DisplayPublishedDate Wrong bug number. Corrected now. I tested this and I could see the published date in parenthesis after the numbering pattern in the Vol info column of the holdings table in the OPAC. I could also see the date in the Serial/Enumeration column of the holdings table on the bibliographic detail view in the staff interface. Changing the system preference to don't show removed the date in both places. Signed-off-by: Esther Melander <esther@bywatersolutions.com> (In reply to Esther Melander from comment #8) > I tested this and I could see the published date in parenthesis after the > numbering pattern in the Vol info column of the holdings table in the OPAC. > I could also see the date in the Serial/Enumeration column of the holdings > table on the bibliographic detail view in the staff interface. Changing the > system preference to don't show removed the date in both places. Thx Esther for signing off. Created attachment 187099 [details] [review] Bug 40070: Add new preference DisplayPublishedDate Test plan: Run install or update Check new preference under Administration Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> Created attachment 187100 [details] [review] Bug 40070: Control display of serial pubdate on detail pages Test plan: Add a serial that creates items. Receive an issue. Toggle pref DisplayPublishedDate and verify that publisheddate is shown or hidden. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> (In reply to Laura Escamilla from comment #12) > Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> Thx Nice work everyone! Pushed to main for 25.11 |