]> git.koha-community.org Git - koha.git/commit
Bug 18593: Move suggestions when bibliographic records are merged
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 2 Jan 2018 18:42:12 +0000 (15:42 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 24 Apr 2018 13:22:21 +0000 (15:22 +0200)
commitd952f0915e933ca1f8651ceb9b5f90ea73694ed6
tree64b701c5e09194eac16e79a67b273b8ab9a6d5aa
parentacef328d1840a7ea1f3b3b59b110039dbb85a869
Bug 18593: Move suggestions when bibliographic records are merged

When bibliographic records are merged, the suggestions.biblionumber
field should be replaced with the new record.
Ideally we should have kept an history of the merges, to know what was
the original record. Now we cannot fix the broken links.

Test plan:
1) Create a suggestion in OPAC
2) Accept the suggestion in staff
3) Add order from this suggestion
4) Go to cataloguing search and search for the record and another
5) Merge the suggestion record with the catalog record - catalog record wins (should be the more common case when a patron suggests something that already exists)
6) Verify that after merging, the new title displays in the acquisition record
7) Verify that the suggestion info no longer displays in basket

From Katrin's test plan:
8) Verify that the new title doesn't display in suggestions. The old title will still show as suggested (not updated)
=> This is the title from suggestions.title, I think it makes sense to show this one.
Maybe we should open a new bug report to improve the display of the suggestion, and link to the bibliographic record

Signed-off-by: Lucie Gay <lucie.gay@ens-paris-saclay.fr>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 3f118604af4ff965a1a320656e40762f9958e791)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
cataloguing/merge.pl