@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-raise-query-trigger-v2 → 6.16.0-query-management-raise-query-trigger-v4

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.
@@ -34478,7 +34478,7 @@
34478
34478
  theQueryParams['ignoreWarning'] = this.ignoreWarning;
34479
34479
  }
34480
34480
  if (!(trigger.id === CaseViewEventIds.QueryManagementRaiseQuery)) return [3 /*break*/, 2];
34481
- return [4 /*yield*/, this.router.navigate(["/cases/query/" + this.caseDetails.case_id])];
34481
+ return [4 /*yield*/, this.router.navigate(["/query-management/query/" + this.caseDetails.case_id])];
34482
34482
  case 1:
34483
34483
  _a.sent();
34484
34484
  return [3 /*break*/, 3];
@@ -34671,7 +34671,7 @@
34671
34671
  // Clone and sort tabs array
34672
34672
  this.sortedTabs = this.orderService.sort(this.caseDetails.tabs);
34673
34673
  this.caseFields = this.getTabFields();
34674
- // this.sortedTabs = this.sortTabFieldsAndFilterTabs(this.sortedTabs);
34674
+ this.sortedTabs = this.sortTabFieldsAndFilterTabs(this.sortedTabs);
34675
34675
  this.formGroup = this.buildFormGroup(this.caseFields);
34676
34676
  if (this.caseDetails.triggers && this.error) {
34677
34677
  this.resetErrors();