From 6e5b540db23e51871dfff0be3b2ef7742b18756c Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Thu, 30 Dec 2010 09:11:58 -0500 Subject: Translate IA5Str paramaters the editable text fields in the webUI. Fix #684 --- install/static/details.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/static/details.js b/install/static/details.js index a39bc48c..61c55796 100644 --- a/install/static/details.js +++ b/install/static/details.js @@ -730,6 +730,7 @@ function ipa_insert_dd(jobj, content, dd_class){ /* mapping of parameter types to handlers used to create inputs */ var _ipa_param_type_2_handler_map = { 'Str': _ipa_create_text_input, + 'IA5Str': _ipa_create_text_input, 'Int': _ipa_create_text_input, 'Bool': _ipa_create_text_input, 'List': _ipa_create_text_input -- cgit