Translate IA5Str paramaters the editable text fields in the webUI.

Fix #684
This commit is contained in:
Pavel Zuna 2010-12-30 09:11:58 -05:00 committed by Adam Young
parent 7474a2cf3f
commit 6e5b540db2

View File

@ -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