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>
Wed, 19 Dec 2012 14:56:51 +0000 (09:56 -0500)
commita1ce433236954e325af243ec1d6eb8e6ad76be01
treed8b8e8a4e87a6f60c0dc3f692d538512176af1e9
parentfbe8ebdc287b563d6583251d906b985aea5789a3
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