mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix crash on host deleletion
https://fedorahosted.org/freeipa/ticket/3235
This commit is contained in:
@@ -468,7 +468,7 @@ IPA.host_deleter_dialog = function(spec) {
|
||||
var metadata = IPA.get_command_option('host_del', 'updatedns');
|
||||
|
||||
that.updatedns = $('<input/>', {
|
||||
$type: 'checkbox',
|
||||
type: 'checkbox',
|
||||
name: 'updatedns',
|
||||
title: metadata.doc
|
||||
}).appendTo(that.container);
|
||||
|
||||
Reference in New Issue
Block a user