Bug 18384 - Add syspref to show all subs attached to a biblio in serial collection by default
Summary: Add syspref to show all subs attached to a biblio in serial collection by def...
Status: In Discussion
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Aleisha Amohia
QA Contact: Marcel de Rooy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-04 23:58 UTC by Aleisha Amohia
Modified: 2018-03-09 13:43 UTC (History)
4 users (show)

See Also:
Change sponsored?: Seeking developer
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 18384: ShowAllAttachedSubsSerialCollection syspref (4.45 KB, patch)
2017-04-05 00:16 UTC, Aleisha Amohia
Details | Diff | Splinter Review
Bug 18384: ShowAllAttachedSubsSerialCollection syspref (4.51 KB, patch)
2017-04-06 09:19 UTC, Claire Gravely
Details | Diff | Splinter Review
Bug 18384: ShowAllAttachedSubsSerialCollection syspref (4.68 KB, patch)
2017-06-16 10:08 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 Aleisha Amohia 2017-04-04 23:58:08 UTC
At the moment, to see all subscriptions attached to a biblio in serial collection you must click another link. It would be nice to have a syspref that showed this page by default when viewing serial collection
Comment 1 Aleisha Amohia 2017-04-05 00:16:52 UTC Comment hidden (obsolete)
Comment 2 Claire Gravely 2017-04-06 09:19:43 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2017-06-16 10:08:21 UTC
Created attachment 64380 [details] [review]
Bug 18384: ShowAllAttachedSubsSerialCollection syspref

To test:
1) Apply patch and update database
2) Find ShowAllAttachedSubsSerialCollection syspref, confirm it is set
to "Don't"
3) Go to Serials, find a serial with more than one subscription
4) Click Serial Collection, confirm you are taken to the subscription
summary for that one subscription
5) Set syspref to 'Always'
6) Go back to serials and find that same serial
7) Click Serial Collection, confirm you can see the subscription
summaries of all attached subs straight away.

Sponsored-by: Catalyst IT
Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Works fine, not convinced that we need it in view of another syspref.
Comment 4 Marcel de Rooy 2017-06-16 10:09:00 UTC
(In reply to Marcel de Rooy from comment #3)
> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
> Works fine, not convinced that we need it in view of another syspref.

Leaving the final decision to our new RM :)
Comment 5 Jonathan Druart 2017-06-16 19:42:36 UTC
I am not convinced about the pref:
1. It says "always" whereas it only affects one link
2. Why not just add another link? (could be hidden via JS if needed).