nuxeo-development-framework 5.4.3 → 5.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19696,7 +19696,7 @@
19696
19696
  PredicateTextInputComponent.prototype.updateObjectValue = function () {
19697
19697
  var _a;
19698
19698
  if (this.internalValue.value) {
19699
- var operator = (((_a = this.selectValue) === null || _a === void 0 ? void 0 : _a.value) || COMPARISON_OPERATOR.like);
19699
+ var operator = (((_a = this.selectValue) === null || _a === void 0 ? void 0 : _a.value) || this.field.operator || COMPARISON_OPERATOR.like);
19700
19700
  var data = this._prepareValueObject(this.internalValue.value, operator);
19701
19701
  this.onChange(data);
19702
19702
  return;