[Koha-bugs] [Bug 23824] Add a 'Save and run' button to reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 6 11:19:23 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23824

Andrii Nugged <nugged at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nugged at gmail.com

--- Comment #16 from Andrii Nugged <nugged at 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.


More information about the Koha-bugs mailing list