summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-28 16:41:56 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-07-28 21:47:07 +0000
commitbe17fed8c4c2621c23bdfc086214020790c11b21 (patch)
tree1e9f8e8f1ccb877f92d0233bcabfd12ee9188de0 /install
parent324777d67c991c7d082e6e9a7dbb80ca9bf8631c (diff)
downloadfreeipa-be17fed8c4c2621c23bdfc086214020790c11b21.tar.gz
freeipa-be17fed8c4c2621c23bdfc086214020790c11b21.tar.xz
freeipa-be17fed8c4c2621c23bdfc086214020790c11b21.zip
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
Diffstat (limited to 'install')
-rw-r--r--install/ui/service.js2
1 files changed, 1 insertions, 1 deletions
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) {