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: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, esther.melander, paul.derscheid |
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: | 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 |
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. |