Loading src/app/shared/components/partyManagement/edit-individuals/edit-individuals.component.ts +2 −1 Original line number Original line Diff line number Diff line Loading @@ -168,6 +168,7 @@ export class EditIndividualsComponent implements OnInit { let updateObj: IndividualCreate | IndividualUpdate = { let updateObj: IndividualCreate | IndividualUpdate = { familyName: this.editForm.value.familyName, familyName: this.editForm.value.familyName, givenName: this.editForm.value.givenName, givenName: this.editForm.value.givenName, preferredGivenName: this.editForm.value.givenName, location: this.editForm.value.location, location: this.editForm.value.location, contactMedium: [{ contactMedium: [{ mediumType: 'main', mediumType: 'main', Loading Loading @@ -226,7 +227,7 @@ export class EditIndividualsComponent implements OnInit { } } retrieveGeographicSite(){ retrieveGeographicSite(){ this.geographicSiteService.retrieveGeographicSite(this.individualID).subscribe( this.geographicSiteService.retrieveGeographicSite("myuser").subscribe( data => this.geographicSite = data, data => this.geographicSite = data, error => console.error(error), error => console.error(error), () => { () => { Loading Loading
src/app/shared/components/partyManagement/edit-individuals/edit-individuals.component.ts +2 −1 Original line number Original line Diff line number Diff line Loading @@ -168,6 +168,7 @@ export class EditIndividualsComponent implements OnInit { let updateObj: IndividualCreate | IndividualUpdate = { let updateObj: IndividualCreate | IndividualUpdate = { familyName: this.editForm.value.familyName, familyName: this.editForm.value.familyName, givenName: this.editForm.value.givenName, givenName: this.editForm.value.givenName, preferredGivenName: this.editForm.value.givenName, location: this.editForm.value.location, location: this.editForm.value.location, contactMedium: [{ contactMedium: [{ mediumType: 'main', mediumType: 'main', Loading Loading @@ -226,7 +227,7 @@ export class EditIndividualsComponent implements OnInit { } } retrieveGeographicSite(){ retrieveGeographicSite(){ this.geographicSiteService.retrieveGeographicSite(this.individualID).subscribe( this.geographicSiteService.retrieveGeographicSite("myuser").subscribe( data => this.geographicSite = data, data => this.geographicSite = data, error => console.error(error), error => console.error(error), () => { () => { Loading