diff options
Diffstat (limited to 'install/ui/entitle.js')
-rw-r--r-- | install/ui/entitle.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install/ui/entitle.js b/install/ui/entitle.js index 0a87e3ea..ea838e2c 100644 --- a/install/ui/entitle.js +++ b/install/ui/entitle.js @@ -37,9 +37,10 @@ IPA.entitle.entity = function(spec) { that.status = IPA.entitle.unregistered; - that.init = function(params) { + that.init = function() { + that.entity_init(); - params.builder.facet_groups([ 'account', 'certificates' ]). + that.builder.facet_groups([ 'account', 'certificates' ]). details_facet({ factory: IPA.entitle.details_facet, label: IPA.messages.objects.entitle.account, |