mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Translate IA5Str paramaters the editable text fields in the webUI.
Fix #684
This commit is contained in:
parent
7474a2cf3f
commit
6e5b540db2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user