3
0
Fork 0

Merge PR #2578 into 15.0

Signed-off-by pedrobaeza
15.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
OCA-git-bot 2023-09-05 07:24:39 +00:00
commit 7475fd7d49
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ odoo.define("web_search_with_and/static/src/js/search_bar.js", function (require
filterId: source.filterId,
value:
"value" in source
? source.value.trim()
: this._parseWithSource(labelValue, source).trim(),
? source.value
: this._parseWithSource(labelValue.trim(), source),
label: labelValue.trim(),
operator: source.filterOperator || source.operator,
isShiftKey: this.isShiftKey,