mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
web_advanced_search: fix 1st domain node load
This commit is contained in:
committed by
Ivàn Todorovich
parent
2959785eb9
commit
696f1cacaa
@@ -106,8 +106,10 @@ odoo.define("web_advanced_search", function (require) {
|
||||
readonly: false,
|
||||
}
|
||||
);
|
||||
// Add 1st domain node by default
|
||||
domain_selector_dialog.domainSelector._onAddFirstButtonClick();
|
||||
domain_selector_dialog.opened(function () {
|
||||
// Add 1st domain node by default
|
||||
domain_selector_dialog.domainSelector._onAddFirstButtonClick();
|
||||
});
|
||||
return domain_selector_dialog.open();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user