forked from Techsystech/web
Merge PR #2557 into 15.0
Signed-off-by legalsylvain15.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
commit
fc7785c84a
|
@ -27,9 +27,9 @@ odoo.define("web_search_with_and/static/src/js/search_bar.js", function (require
|
|||
filterId: source.filterId,
|
||||
value:
|
||||
"value" in source
|
||||
? source.value
|
||||
: this._parseWithSource(labelValue, source),
|
||||
label: labelValue,
|
||||
? source.value.trim()
|
||||
: this._parseWithSource(labelValue, source).trim(),
|
||||
label: labelValue.trim(),
|
||||
operator: source.filterOperator || source.operator,
|
||||
isShiftKey: this.isShiftKey,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue