summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index 019d3f40d..bcff252dd 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -359,11 +359,11 @@ IPA.dnszone_select_widget = function(spec) {
var that = IPA.entity_select_widget(spec);
- that.create_search_command = function() {
+ that.create_search_command = function(filter) {
return IPA.command({
entity: that.other_entity,
method: 'find',
- args: [that.filter.val()],
+ args: [filter],
options: {
forward_only: true
}