Summary: | Record comparison in vendor file - results no longer side by side | ||
---|---|---|---|
Product: | Koha | Reporter: | Brian Pichman <brian.pichman> |
Component: | Cataloging | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Pushed to main --- | QA Contact: | Emily Lamancusa (emlam) <emily.lamancusa> |
Severity: | normal | ||
Priority: | P5 - low | CC: | emily.lamancusa, lucas, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.11.00
|
Circulation function: | |
Bug Depends on: | 39172 | ||
Bug Blocks: | |||
Attachments: |
Bug 39991: Fix MARC record display on showdiffmarc.pl
Bug 39991: Fix MARC record display on showdiffmarc.pl Bug 39991: Fix MARC record display on showdiffmarc.pl |
Description
Brian Pichman
2025-05-25 04:17:11 UTC
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 |