LP#1078596: Cannot translate strings handled by fieldmapper
authorPasi Kallinen <pasi.kallinen@pttk.fi>
Sun, 2 Dec 2012 20:49:42 +0000 (22:49 +0200)
committerDan Scott <dscott@laurentian.ca>
Tue, 18 Dec 2012 12:44:12 +0000 (07:44 -0500)
commit1b6b03e7b6109c5c698f2a3a1df76f8f3c28d836
tree16d8316123b649380160bf22faa424fb15b08040
parentf196bc2ac10b6c40b18d7a3378ba2dbb9e37d219
LP#1078596: Cannot translate strings handled by fieldmapper

Strings that should be translatable only show up in English,
for example in the Patron Registration screen.

There's a bug in the fieldmapper where it sets a variable to
an empty array, but later in the code only checks whether that
particular variable exists, not if it's an empty array.

Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/js/dojo/fieldmapper/IDL.js