Bug 29560 - Add option to create MARC links when adding items to bundles
Summary: Add option to create MARC links when adding items to bundles
Status: Failed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 28854
Blocks: 32802
  Show dependency treegraph
 
Reported: 2021-11-23 11:43 UTC by Martin Renvoize
Modified: 2023-11-17 18:10 UTC (History)
5 users (show)

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


Attachments
Bug 29560: Add link_marc_host to Koha::Biblio (5.03 KB, patch)
2022-05-18 07:33 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 29560: Add option to create MARC Links when bundling items (3.54 KB, patch)
2022-05-18 07:33 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 29560: Add link_marc_host to Koha::Biblio (5.03 KB, patch)
2022-07-11 13:30 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 29560: Add option to create MARC Links when bundling items (3.33 KB, patch)
2022-07-11 13:30 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 29560: Add link_marc_host to Koha::Biblio (5.00 KB, patch)
2023-09-27 16:07 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 29560: Add option to create MARC Links when bundling items (4.53 KB, patch)
2023-09-27 16:07 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 29560: Add link_marc_host to Koha::Biblio (5.06 KB, patch)
2023-11-17 11:32 UTC, PTFS Europe Sandboxes
Details | Diff | Splinter Review
Bug 29560: Add option to create MARC Links when bundling items (4.58 KB, patch)
2023-11-17 11:32 UTC, PTFS Europe Sandboxes
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2021-11-23 11:43:23 UTC
Bug 28854 adds the ability to bundle items together for circulation as collections.

It may be useful to optionally allow the action of adding an item into a bundle to trigger the creation of MARC field links in the constituent items biblio.
Comment 1 Martin Renvoize 2021-11-24 17:34:44 UTC
What I'm thinking is adding a checkbox to the add to bundle modal that allows adding '773' links to the child as it's added to the bundle.
Comment 2 Martin Renvoize 2022-05-18 07:33:55 UTC
Created attachment 135090 [details] [review]
Bug 29560: Add link_marc_host to Koha::Biblio

This patch adds the new `link_marc_host` method to Koha::Biblio to
facilitate adding a host link to the marc record of this biblio.
Comment 3 Martin Renvoize 2022-05-18 07:33:59 UTC
Created attachment 135091 [details] [review]
Bug 29560: Add option to create MARC Links when bundling items

This patch add a checkbox to the 'Add to bundle' modal allowing the user
to optionally add MARC links between the new child record and the
current biblio. For MARC21 this will result in a 773 pointing to the
host from the item record and for UNIMARC a 461 field will be added.
Comment 4 Martin Renvoize 2022-05-18 07:35:52 UTC
Work in progress.. I believe is should all be working as expected but we need to add tests and I'd love some feedback on the implementation with respect to the very similar functions in C4::Biblio for preparing a host link field.
Comment 5 Martin Renvoize 2022-06-20 06:46:26 UTC
Perhaps this could/should also be tied to a preference.. 'BundleContentsFrom' or something that allows the librarian to pick from what data source content lists should be built.. MARC Field or First bundle item perhaps?
Comment 6 Martin Renvoize 2022-07-11 13:30:41 UTC Comment hidden (obsolete)
Comment 7 Martin Renvoize 2022-07-11 13:30:48 UTC Comment hidden (obsolete)
Comment 8 Martin Renvoize 2023-02-02 16:51:38 UTC
Noone interested in this?
Comment 9 Martin Renvoize 2023-09-27 16:07:36 UTC
Created attachment 156299 [details] [review]
Bug 29560: Add link_marc_host to Koha::Biblio

This patch adds the new `link_marc_host` method to Koha::Biblio to
facilitate adding a host link to the marc record of this biblio.
Comment 10 Martin Renvoize 2023-09-27 16:07:39 UTC
Created attachment 156300 [details] [review]
Bug 29560: Add option to create MARC Links when bundling items

This patch add a checkbox to the 'Add to bundle' modal allowing the user
to optionally add MARC links between the new child record and the
current biblio. For MARC21 this will result in a 773 pointing to the
host from the item record and for UNIMARC a 461 field will be added.
Comment 11 Martin Renvoize 2023-09-27 16:08:06 UTC
Rebased and ready for testing again.
Comment 12 PTFS Europe Sandboxes 2023-11-17 11:32:54 UTC
Created attachment 159081 [details] [review]
Bug 29560: Add link_marc_host to Koha::Biblio

This patch adds the new `link_marc_host` method to Koha::Biblio to
facilitate adding a host link to the marc record of this biblio.

Signed-off-by: Tuomas Kunttu <tuomas.kunttu@kouvola.fi>
Comment 13 PTFS Europe Sandboxes 2023-11-17 11:32:56 UTC
Created attachment 159082 [details] [review]
Bug 29560: Add option to create MARC Links when bundling items

This patch add a checkbox to the 'Add to bundle' modal allowing the user
to optionally add MARC links between the new child record and the
current biblio. For MARC21 this will result in a 773 pointing to the
host from the item record and for UNIMARC a 461 field will be added.

Signed-off-by: Tuomas Kunttu <tuomas.kunttu@kouvola.fi>
Comment 14 Kyle M Hall 2023-11-17 18:10:13 UTC
Could we get some unit tests for link_marc_host?