Bug 40070 - Make appending published date to serial enumeration optional on detail pages
Summary: Make appending published date to serial enumeration optional on detail pages
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Marcel de Rooy
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-04 13:25 UTC by Marcel de Rooy
Modified: 2025-06-10 11:07 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 40700: Add new preference DisplayPublishedDate (3.45 KB, patch)
2025-06-05 08:34 UTC, Marcel de Rooy
Details | Diff | Splinter Review
Bug 40070: Control display of serial pubdate on detail pages (2.71 KB, patch)
2025-06-05 08:34 UTC, Marcel de Rooy
Details | Diff | Splinter Review
Bug 40070: Add new preference DisplayPublishedDate (3.45 KB, patch)
2025-06-05 08:45 UTC, Marcel de Rooy
Details | Diff | Splinter Review
Bug 40070: Control display of serial pubdate on detail pages (2.71 KB, patch)
2025-06-05 08:45 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2025-06-04 13:25:02 UTC
Adding the publisheddate after volume info on catalogue/detail and opac-detail is not always an improvement. It might be confusing.

Lets add a pref to control it ;)
Comment 1 Paul Derscheid 2025-06-04 13:27:49 UTC
I think this makes sense.
Comment 2 Caroline Cyr La Rose 2025-06-04 13:37:03 UTC
+1
Comment 3 Marcel de Rooy 2025-06-05 08:34:26 UTC Comment hidden (obsolete)
Comment 4 Marcel de Rooy 2025-06-05 08:34:28 UTC Comment hidden (obsolete)
Comment 5 Marcel de Rooy 2025-06-05 08:45:47 UTC
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>
Comment 6 Marcel de Rooy 2025-06-05 08:45:51 UTC
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 7 Marcel de Rooy 2025-06-05 08:46:17 UTC
Comment on attachment 182968 [details] [review]
Bug 40700: Add new preference DisplayPublishedDate

Wrong bug number. Corrected now.
Comment 8 Esther Melander 2025-06-06 18:10:31 UTC
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.
Comment 9 Esther Melander 2025-06-06 18:11:43 UTC
Signed-off-by: Esther Melander <esther@bywatersolutions.com>
Comment 10 Marcel de Rooy 2025-06-10 11:07:36 UTC
(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.