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
This commit is contained in:
Endi S. Dewata 2011-07-28 16:41:56 -05:00
parent 324777d67c
commit be17fed8c4

View File

@ -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) {