When trying to merge 2 bibliographic records in Koha, there is an error complaining about missing fields: Following required fields are missing: - 245 - 003 - 005 - 008 - 040 Of those fields only 003 is really missing. The other fields are all present in both records to be merged, but would only be needed in the 'winning' record to begin with. Also: I am merging with the framework Booklets and 003 is not a mandatory field for "Books, Booklets, Workbooks". When I edit the record in cataloguing, it saves without any missing fields error.
I am not sure I understand what you are describing, but I found a bug, the checkboxes from the source record are no longer selected by default. Is that your problem?
Created attachment 150593 [details] [review] Bug 33591: Restore auto-select of checkboxes of src record when merging When merging bib records the first tab (the source record) should have all the checkboxes checked by default.
Not sure about the dependency, is bug 29226 really introduced this regression?
I think the checkboxes could well be it, I'll try to test. It could also be another form of bug 33590, related to the other tab changes.
Created attachment 150621 [details] [review] Bug 33591: Restore auto-select of checkboxes of src record when merging When merging bib records the first tab (the source record) should have all the checkboxes checked by default. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
The change follows the pattern of the related bug 33590 and also works like a charm. Going straight to PQA.
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work everyone! Pushed to stable for 22.11.x
Missing dependencies for 22.05.x, no backport.
I'd say this is more caused by Bug 30434