@csmart/ngc-smart-victim 1.18.13 → 1.18.14
Sign up to get free protection for your applications and to get access to all the features.
@@ -858,7 +858,7 @@ class SmartVictimDetailComponent {
|
|
858
858
|
victimSupportsControl.setValue(supportsData);
|
859
859
|
var relationshipsData = [];
|
860
860
|
this.editVictim.victimRelationships.forEach(t => { relationshipsData.push(t.victimOffenderRelationshipTypeId); });
|
861
|
-
const victimOffenderRelationshipControl = this.victimForm.get('
|
861
|
+
const victimOffenderRelationshipControl = this.victimForm.get('victimRelationships');
|
862
862
|
victimOffenderRelationshipControl.setValue(relationshipsData);
|
863
863
|
var weaponUsesData = [];
|
864
864
|
var otherWeapon = "";
|