From 5b103ca5b537a57b3352ec1d6b0b6f66ba430ec0 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 27 Jun 2012 16:19:14 +0200 Subject: 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 --- install/ui/host.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install/ui/host.js') diff --git a/install/ui/host.js b/install/ui/host.js index c53ba053..cea2019b 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -648,7 +648,6 @@ IPA.host_unprovision_dialog = function(spec) { entity: that.entity.name, method: 'disable', args: pkey, - options: { all: true, rights: true }, on_success: on_success, on_error: on_error }); -- cgit