mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: fix service unprovisioning
Missed part of field refactoring caused that service could not be unprovisioned. https://fedorahosted.org/freeipa/ticket/4770 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
7ad9f5d3d5
commit
edddb4fb2e
@ -467,7 +467,7 @@ IPA.service.unprovision_dialog = function(spec) {
|
||||
that.unprovision = function() {
|
||||
|
||||
var principal_f = that.facet.fields.get_field('krbprincipalname');
|
||||
var pkey = principal_f.values[0];
|
||||
var pkey = principal_f.get_value()[0];
|
||||
|
||||
rpc.command({
|
||||
entity: that.entity.name,
|
||||
|
Loading…
Reference in New Issue
Block a user