diff options
-rw-r--r-- | install/ui/aci.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js index ea220f9af..bb3bcbea4 100644 --- a/install/ui/aci.js +++ b/install/ui/aci.js @@ -181,6 +181,9 @@ IPA.rights_widget = function(spec) { that.rights = ['write', 'add', 'delete']; that.init = function() { + + that.widget_init(); + for (var i=0; i<that.rights.length; i++) { var right = that.rights[i]; that.add_option({label: right, value: right}); |