nuxeo-development-framework 1.0.7 → 1.0.8

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.
@@ -6802,7 +6802,7 @@
6802
6802
  pageSize: 40,
6803
6803
  pageProvider: this.autoComplete_pageProvider,
6804
6804
  };
6805
- params[this.autoComplete_propertyName] = val_1;
6805
+ params[this.autoComplete_propertyName] = "%" + val_1 + "%";
6806
6806
  this.dynamicFormUpdateService
6807
6807
  .getTextBoxSuggestionResults(this.autoComplete_pageProvider, params, this.autoComplete_propertyKey, this.autoCompleteValueKey)
6808
6808
  .subscribe(function (data) {