mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
324777d67c
commit
be17fed8c4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user