diff options
author | Pavel Zuna <pzuna@redhat.com> | 2010-12-30 09:11:58 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-05 15:31:47 -0500 |
commit | 6e5b540db23e51871dfff0be3b2ef7742b18756c (patch) | |
tree | 3b5dcfc29bb9ca328a567058610fb491ac6fe185 /install | |
parent | 7474a2cf3ffd0af259dc32d5b4652b054b585340 (diff) | |
download | freeipa-6e5b540db23e51871dfff0be3b2ef7742b18756c.tar.gz freeipa-6e5b540db23e51871dfff0be3b2ef7742b18756c.tar.xz freeipa-6e5b540db23e51871dfff0be3b2ef7742b18756c.zip |
Translate IA5Str paramaters the editable text fields in the webUI.
Fix #684
Diffstat (limited to 'install')
-rw-r--r-- | install/static/details.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/static/details.js b/install/static/details.js index a39bc48cc..61c557969 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 |