Current workflow requires that if one notices duplicated records in a cataloging search they must then perform a standard search, add the records to a list, then go to that list and merge them. It would be nice to be able to merge directly from the cataloging search screen (and the standard search screen, but one step at a time)
Created attachment 37079 [details] [review] Bug 13886 - Add ability to merge records directly from cataloging search This patch adds a merge button and checkboxes to the cataloging search results screen to allow librarians to merge directly from these reults To test: 1 - Apply patch 2 - Perform a cataloging search 3 - Try to select 1 or more than 2 records to merge and check that you get an error 4 - Select 2 records to merge and confirm the correct records are passed to the merge tool
Created attachment 37346 [details] [review] Bug 13801: svc/bib - Set charset to utf-8 on printing header Test plan: 0/ Add unicode characters on the record biblionumber=X 1/ go on http://<staff-interface>/cgi-bin/koha/svc/bib/X 2/ Confirm you have encoding issues 3/ Apply the patch 4/ Repeat 2 5/ Confirm that all is correctly encoded Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Comment on attachment 37346 [details] [review] Bug 13801: svc/bib - Set charset to utf-8 on printing header I made a mistake somewhere in signing off.
Created attachment 37347 [details] [review] Bug 13886 - Add ability to merge records directly from cataloging search This patch adds a merge button and checkboxes to the cataloging search results screen to allow librarians to merge directly from these reults To test: 1 - Apply patch 2 - Perform a cataloging search 3 - Try to select 1 or more than 2 records to merge and check that you get an error 4 - Select 2 records to merge and confirm the correct records are passed to the merge tool Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Created attachment 37348 [details] [review] Bug 13801: svc/bib - Set charset to utf-8 on printing header Test plan: 0/ Add unicode characters on the record biblionumber=X 1/ go on http://<staff-interface>/cgi-bin/koha/svc/bib/X 2/ Confirm you have encoding issues 3/ Apply the patch 4/ Repeat 2 5/ Confirm that all is correctly encoded Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Created attachment 37349 [details] [review] Bug 13886 QA Follow Up : Remove tabs Fix tab errors in QA.
Created attachment 38052 [details] [review] [PASSED QA] Bug 13886 - Add ability to merge records directly from cataloging search This patch adds a merge button and checkboxes to the cataloging search results screen to allow librarians to merge directly from these reults To test: 1 - Apply patch 2 - Perform a cataloging search 3 - Try to select 1 or more than 2 records to merge and check that you get an error 4 - Select 2 records to merge and confirm the correct records are passed to the merge tool Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 38054 [details] [review] [PASSED QA] Bug 13886 QA Follow Up : Remove tabs Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 38817 [details] [review] Bug 13886: (QA followup) only show merge button on search results Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Patches pushed to master. Thanks Nick!