https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824 Andrii Nugged <nugged@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged@gmail.com --- Comment #16 from Andrii Nugged <nugged@gmail.com> --- IMPORTANT: You can not save this form in non-English interfaces anymore. I.e. this breaks how "Update" (saving form) works: in non-English Koha button's text gets translated, what is desired, and because of that also there was hidden: <input type="hidden" name="phase" value="Update SQL" /> which wasn't translated (excluded from translations). And, if the button's content is translated, so in reports/guided_reports.pl contents of the "phase" parameter compared with hardcoded "Update SQL", which is not anymore English. -- You are receiving this mail because: You are watching all bug changes.