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