summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/field.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/field.js')
-rw-r--r--install/ui/src/freeipa/field.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/field.js b/install/ui/src/freeipa/field.js
index 25576a93a..292f8881b 100644
--- a/install/ui/src/freeipa/field.js
+++ b/install/ui/src/freeipa/field.js
@@ -55,7 +55,7 @@ IPA.field = function(spec) {
that.label = text.get(spec.label);
that.tooltip = text.get(spec.tooltip);
that.measurement_unit = spec.measurement_unit;
- that.formatter = spec.formatter;
+ that.formatter = builder.build('formatter', spec.formatter);
that.widget = null;
that.widget_name = spec.widget;