tnx-shared 5.3.55 → 5.3.56

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.
@@ -20451,7 +20451,7 @@ class ListComponentBase extends ComponentBase {
20451
20451
  case DataType.boolean:
20452
20452
  templateFilter.push(new Filter({
20453
20453
  field: this.getFieldFilter(col),
20454
- operator: Operator.in,
20454
+ operator: col.single ? Operator.equal : Operator.in,
20455
20455
  sourceField: col.field
20456
20456
  }));
20457
20457
  break;