@csmart/ngc-smart-victim 1.14.33 → 1.14.34
Sign up to get free protection for your applications and to get access to all the features.
@@ -1945,7 +1945,7 @@ class NgcSmartVictimComponent {
|
|
1945
1945
|
duration: 3000,
|
1946
1946
|
});
|
1947
1947
|
//this.router.navigate(['/warrant '], { queryParams: { intake: 1 } });
|
1948
|
-
this.document.location.href = `${this.smartWarrantUrl}
|
1948
|
+
this.document.location.href = `${this.smartWarrantUrl}/?offenderId=${this.offenderId}&routeTo=warrant`;
|
1949
1949
|
});
|
1950
1950
|
}
|
1951
1951
|
goToCaseNote(victimId) {
|