diff options
Diffstat (limited to 'install/ui/host.js')
-rw-r--r-- | install/ui/host.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/host.js b/install/ui/host.js index 7427a9b1..c23cd996 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -432,7 +432,7 @@ IPA.dnszone_select_widget = function(spec) { that.create_search_command = function(filter) { return IPA.command({ - entity: that.other_entity, + entity: that.other_entity.name, method: 'find', args: [filter], options: { |