mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-10 04:58:03 -05: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user