summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index 83687fe7e..a2386b816 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -48,6 +48,8 @@ IPA.facet = function (spec) {
// facet group name
that.facet_group = spec.facet_group;
+ that.state = {};
+
that.__defineGetter__('entity_name', function() {
return that._entity_name;
});
@@ -467,6 +469,7 @@ IPA.entity = function (spec) {
that.redirect_facet = spec.redirect_facet;
that.containing_entity = null;
+
that.get_dialog = function(name) {
return that.dialogs.get(name);
};