@hmcts/rpx-xui-common-lib 1.7.48-task-name-filter-v2 → 1.7.48-task-name-filter-v3

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.
@@ -1224,18 +1224,6 @@
1224
1224
  * @return {?}
1225
1225
  */
1226
1226
  function (values, field) {
1227
- // let keys;
1228
- // if (!values) {
1229
- // keys = Object.keys(this.form.get(field.name).value);
1230
- // } else {
1231
- // keys = Object.keys(values);
1232
- // }
1233
- // for (const key of keys) {
1234
- // if (this.form.get(field.name) && this.form.get(field.name).get(key)) {
1235
- // const value = values && values[key] ? values[key] : null;
1236
- // this.form.get(field.name).get(key).patchValue(value);
1237
- // }
1238
- // }
1239
1227
  this.form.get(field.name).patchValue(values);
1240
1228
  };
1241
1229
  /**
@@ -5686,8 +5674,6 @@
5686
5674
  function () {
5687
5675
  var _this = this;
5688
5676
  this.findTaskNameControl = new forms.FormControl(this.selectedTaskName);
5689
- console.log(this.findTaskNameControl);
5690
- console.log(this.selectedTaskName);
5691
5677
  this.findTaskNameGroup.addControl('findTaskNameControl', this.findTaskNameControl);
5692
5678
  this.sub = this.findTaskNameControl.valueChanges
5693
5679
  .pipe(operators.tap(( /**
@@ -5729,7 +5715,6 @@
5729
5715
  * @return {?}
5730
5716
  */function (taskName) { return taskName; }));
5731
5717
  }
5732
- console.log(_this.filteredOptions);
5733
5718
  _this.cd.detectChanges();
5734
5719
  }));
5735
5720
  };