summaryrefslogtreecommitdiffstats
path: root/install/ui/rule.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-06-27 16:19:14 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-06-29 11:56:29 +0200
commit5b103ca5b537a57b3352ec1d6b0b6f66ba430ec0 (patch)
treeeae1b11aada2ed2d6287842384fc4dad38f393c2 /install/ui/rule.js
parentd46687ea91809b35b91d2127b3412679bedbcabc (diff)
downloadfreeipa-5b103ca5b537a57b3352ec1d6b0b6f66ba430ec0.tar.gz
freeipa-5b103ca5b537a57b3352ec1d6b0b6f66ba430ec0.tar.xz
freeipa-5b103ca5b537a57b3352ec1d6b0b6f66ba430ec0.zip
Continuation of removing of not supported command options from Web UI
This patch removes following non-existing command options: * all,rights in host_disable * record_type in dns_record_add * all,rights in various xxx_remove_xxx commands used in rule_association_table_field (removing association) https://fedorahosted.org/freeipa/ticket/2878
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 b7e6a74a2..dfe710b91 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);