Loading src/app/openApis/geographicSiteManagement/model/geographicAddressValue.ts +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ export interface GeographicAddressValue extends PlaceRefOrValue { /** * When sub-classing, this defines the sub-class Extensible name */ type: string; '@type': string; /** * When sub-classing, this defines the super-class */ Loading src/app/openApis/geographicSiteManagement/model/placeRefOrValue.ts +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ export interface PlaceRefOrValue { /** * When sub-classing, this defines the sub-class Extensible name */ type: string; '@type': string; /** * When sub-classing, this defines the super-class */ Loading src/app/shared/components/partyManagement/edit-individuals/edit-individuals.component.ts +2 −2 Original line number Diff line number Diff line Loading @@ -274,9 +274,9 @@ export class EditIndividualsComponent implements OnInit { }], externalIdentifier: [], calendar:[], place:[{type:null, place:[{'@type':"GeographicAddressValue", geographicAddress:{ type:null, '@type':"GeographicAddressValue", locality: this.editForm.value.geographicSiteInfo.locality , postcode: this.editForm.value.geographicSiteInfo.postcode , stateOrProvince: this.editForm.value.geographicSiteInfo.stateOrProvince , Loading Loading
src/app/openApis/geographicSiteManagement/model/geographicAddressValue.ts +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ export interface GeographicAddressValue extends PlaceRefOrValue { /** * When sub-classing, this defines the sub-class Extensible name */ type: string; '@type': string; /** * When sub-classing, this defines the super-class */ Loading
src/app/openApis/geographicSiteManagement/model/placeRefOrValue.ts +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ export interface PlaceRefOrValue { /** * When sub-classing, this defines the sub-class Extensible name */ type: string; '@type': string; /** * When sub-classing, this defines the super-class */ Loading
src/app/shared/components/partyManagement/edit-individuals/edit-individuals.component.ts +2 −2 Original line number Diff line number Diff line Loading @@ -274,9 +274,9 @@ export class EditIndividualsComponent implements OnInit { }], externalIdentifier: [], calendar:[], place:[{type:null, place:[{'@type':"GeographicAddressValue", geographicAddress:{ type:null, '@type':"GeographicAddressValue", locality: this.editForm.value.geographicSiteInfo.locality , postcode: this.editForm.value.geographicSiteInfo.postcode , stateOrProvince: this.editForm.value.geographicSiteInfo.stateOrProvince , Loading