In the past the current record in Koha and the vendor record would be displayed side by side for comparison. Since the latest upgrade, they are now stacked, with the existing Koha record on top, and the vendor record below it. This means for every record we need to check, we have to scroll down to be sure the grid has been applied correctly. Steps to Reproduce The Problem: Receive a .mrc file from a library Stage and upload it through the cataloging module. In order to make sure the grid has been applied on the vendor side, view the record after staging the file. The results are now stacked.
There was this bug: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39172 that might be related
Hi Brian, this might already have been fixed, but I can't find the bug report right now. Are you on latest 24.05 or can confirm this is not present in 24.11 maybe? PS: I have updated the bug title to follow Koha's capitalization rules. As they appear in release notes that is to aim for a more standardized look.
Apologies on the capitalzations! Yes, it's happening in 24.05, but I'll check if it's on 24.11. I'll also triple check to see if I can find an existing bug that's been patched! Thanks for the help!
No worries, I just thought I'd mention it since it's your first bug and to explain what I was doing :) I gave it a second go with different search terms, found it! https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39172 It looks like this hasn't been backported to 24.05 so far.
I recreate this in current main: 1. Download a record you already have in Koha 2. Cataloging > Stage MARC records for import 3. Record matching rule: KohaBiblio (99$c) 4. Stage for import > View batch 5. In the table results there should be a link to 'View' in the 'Diff' column. 6. Notice the Record comparison is not side by side.
Created attachment 182802 [details] [review] Bug 39991: Fix MARC record display on showdiffmarc.pl To test: 1. Download a record you already have in Koha 2. Cataloging > Stage MARC records for import 3. Record matching rule: KohaBiblio (99$c) 4. Stage for import > View batch 5. In the table results there should be a link to 'View' in the 'Diff' column. 6. Notice the Record comparison is not side by side. 7. APPLY PATCH 8. Try steps 1 - 6 again, this time the record comparison should be side by side.
Created attachment 182809 [details] [review] Bug 39991: Fix MARC record display on showdiffmarc.pl To test: 1. Download a record you already have in Koha 2. Cataloging > Stage MARC records for import 3. Record matching rule: KohaBiblio (99$c) 4. Stage for import > View batch 5. In the table results there should be a link to 'View' in the 'Diff' column. 6. Notice the Record comparison is not side by side. 7. APPLY PATCH 8. Try steps 1 - 6 again, this time the record comparison should be side by side.
Created attachment 182840 [details] [review] Bug 39991: Fix MARC record display on showdiffmarc.pl To test: 1. Download a record you already have in Koha 2. Cataloging > Stage MARC records for import 3. Record matching rule: KohaBiblio (99$c) 4. Stage for import > View batch 5. In the table results there should be a link to 'View' in the 'Diff' column. 6. Notice the Record comparison is not side by side. 7. APPLY PATCH 8. Try steps 1 - 6 again, this time the record comparison should be side by side. Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Nice work everyone! Pushed to main for 25.11