mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
Translate IA5Str paramaters the editable text fields in the webUI.
Fix #684
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user