| 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: | Needs documenting --- | QA Contact: | Emily Lamancusa (emlam) <emily.lamancusa> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | david, emily.lamancusa, fridolin.somers, jesse, lisette, lucas, m.de.rooy, paul.derscheid, wainuiwitikapark |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
This fixes the 'Diff' view for staged records where they match existing records - the comparison is shown side by side instead of imported record being shown below the original record (Cataloging > Manage staged records > [select a file] > View [from the Diff column for a record]).
|
Version(s) released in: |
25.11.00,25.05.01,24.11.06
|
| 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 Could this be backported to 25.05? I see in 25.05.x Pushed to 24.11.x for 24.11.06 Nice work everyone! Pushed to 25.05.x for 25.05.03 Merge conflicts with 24.05.x Please resolve if needed in this version. Not backporting to 22.11.x as it wasn't backported to 24.05.x |