summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 6e70cc0a1..1af9fd839 100644
--- a/install/ui/widget.js
+++ b/install/ui/widget.js
@@ -126,6 +126,7 @@ IPA.widget = function(spec) {
that.init = function() {
if (that.entity_name) {
+ that.entity = IPA.get_entity(that.entity_name);
that.param_info = IPA.get_entity_param(that.entity_name, that.name);
if (that.param_info) {