From be17fed8c4c2621c23bdfc086214020790c11b21 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 28 Jul 2011 16:41:56 -0500 Subject: Fixed problem unprovisioning service. The IPA.service_provisioning_status_widget has been modified to execute the disable command with the right entity name. Ticket #1543 --- install/ui/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ui/service.js b/install/ui/service.js index a8bf02015..7f91e2312 100644 --- a/install/ui/service.js +++ b/install/ui/service.js @@ -281,7 +281,7 @@ IPA.service_provisioning_status_widget = function (spec) { dialog.add_button(IPA.messages.objects.service.unprovision, function() { var pkey = that.result['krbprincipalname'][0]; IPA.command({ - entity: that.entity, + entity: that.entity.name, method: 'disable', args: [pkey], on_success: function(data, text_status, xhr) { -- cgit