tnx-shared 5.1.530 → 5.1.531

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.
@@ -6685,6 +6685,7 @@
6685
6685
  if (schema.baseService instanceof MasterDataService) {
6686
6686
  return schema.baseService.getDataDropdown(schema.groupCode, arrValue, this.createDropdownOptions(schema));
6687
6687
  }
6688
+ schema.plusUrl = 'IgnoreAllBaseFilter';
6688
6689
  return schema.baseService.getDataDropdownByFilter([this._commonService.newFilter(schema.valueField, exports.Operator.in, arrValue)], this.createDropdownOptions(schema));
6689
6690
  };
6690
6691
  CrudService.prototype.mapValueMultiple = function (arrValue, valueToMap, schema) {