[Koha-bugs] [Bug 22092] When creating a new subscription, biblio.serial is not set if field 942 is missing.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 18 11:16:45 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22092

--- Comment #5 from Olli-Antti Kivilahti <olli-antti.kivilahti at helsinki.fi> ---
(In reply to Aleisha Amohia from comment #2)
> Can you please provide a test plan for this?

I cant remember how the stock Koha-Community version actually uses the
biblio.serial -flag.
We have a feature which paginates our 500+ (up to several thousand) serials and
their attached records on the detail.pl to a serial enumeration tree:

  2018 
    -> : 1
        -> : 1
        -> : 2
        -> : 3
        -> : 4
    -> : 2
        -> : 1
  ...

Then by clicking the enumeration component we render (from the REST API) all
the Items matching that year/issue/volume.
This way loading the detail.pl doesn't take up to one minute, but typically
only seconds with large Item volumes.

To activate the "dynamic Serial numbers tree" -view, we check the
koha.biblio.serial -flag

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list