The “update sql” button of an obsolete report has stopped describing fields that need to be fixed. If your report still contains a biblioitems.marcxml field, Koha will warn with a “This report seems obsolete” message. Then, you can click on the “update sql” button to fix the report, and Koha will open up a popup window. Unfortunately, this window is no longer showing obsolete fields and their new names. Instead, there is only a loading cursor on display without any explanations. At this point, you aren't sure if you can click on the "update" button within the window, thinking it may be broken. But if you try, Koha will update the report correctly. Is there a way to bring back the previous version behaviour in this window?
Test plan 1. Add a report that contains a biblioitems.marcxml field (e.g. ExtractValue(marcxml,'//datafield[@tag="245"]/@ind2') tinyurl.com/2ky73zhr ) 2. Go back to the saved reports page and find the new report /cgi-bin/koha/reports/guided_reports.pl?phase=Use saved 3. Click on "update sql" --> Koha will open up a popup window that shows an endless loading cursor without any information about what need to be fixed in the report.
I'm not sure how, but this behaviour has disappeared.