ngx-wapp-components 2.1.4-alpha.1 → 2.1.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.
@@ -4545,6 +4545,9 @@ class WFilterPanelComponent {
4545
4545
  if (queries.advanced) {
4546
4546
  queries.advanced = this.modifyTreeListValueParentToNull(queries.advanced);
4547
4547
  }
4548
+ else {
4549
+ queries.basic = this.modifyTreeListValueParentToNull(queries.basic);
4550
+ }
4548
4551
  this.searchClicked.emit(queries);
4549
4552
  }).then(() => {
4550
4553
  this.inverseNullableFilterOperationHandle(this.advancedQueryCtrl.value);