mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed problem with combobox.
The entity select widget has been modified to handle timing issue in both dialog box and details page. Ticket #1736
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user