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.
@@ -4513,6 +4513,9 @@ class WFilterPanelComponent {
4513
4513
  if (queries.advanced) {
4514
4514
  queries.advanced = this.modifyTreeListValueParentToNull(queries.advanced);
4515
4515
  }
4516
+ else {
4517
+ queries.basic = this.modifyTreeListValueParentToNull(queries.basic);
4518
+ }
4516
4519
  this.searchClicked.emit(queries);
4517
4520
  }).then(() => {
4518
4521
  this.inverseNullableFilterOperationHandle(this.advancedQueryCtrl.value);