https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23713
Bug ID: 23713
Summary: Subscription add form broken for translations
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: Serials
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
It's not possible to add a new subscription using translated templates.
What I see is:
English template:
var mana_enabled = [% IF (Koha.Preference('Mana') == 1 && mana_url) %]1[% ELSE
%]0[% END %];
de-DE template:
var mana_enabled = [% IF (Koha.Preference('Mana') == 1 && mana_url) %]1[% ELSE
%][% END %];
We are also missing a semicolon in one of the lines, but this doesn't seem to
effect the page functionality:
var MSG_PATTERN_IRREG = _("Warning! Present pattern has planned
irregularities. Click on 'Test prediction pattern' to check if it's still
valid")
Thx to Michael Hoffert and Alexander Arlt from koha-de for reporting it
initially and figuring out the root of the issue!
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/