summaryrefslogtreecommitdiffstats
path: root/install/ui/rule.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/rule.js')
-rw-r--r--install/ui/rule.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/ui/rule.js b/install/ui/rule.js
index b7e6a74a..dfe710b9 100644
--- a/install/ui/rule.js
+++ b/install/ui/rule.js
@@ -209,8 +209,7 @@ IPA.rule_association_table_field = function(spec) {
var command = IPA.command({
entity: that.entity.name,
method: that.widget.remove_method,
- args: that.entity.get_primary_key(),
- options: {all: true, rights: true}
+ args: that.entity.get_primary_key()
});
command.set_option(that.widget.other_entity.name, values);