From cb70784e6fd864132d8e6f97e2a5c7d179ef5c0b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 27 Apr 2011 12:17:13 -0500 Subject: Entitlement status. A new facet has been added to show entitlement status and download the registration certificate. --- install/ui/widget.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 6e70cc0a..1af9fd83 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) { -- cgit