Loading src/app/openApis/geographicSiteManagement/model/geographicAddressValue.ts +1 −1 Original line number Original line 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 * When sub-classing, this defines the sub-class Extensible name */ */ type?: string; type: string; /** /** * When sub-classing, this defines the super-class * When sub-classing, this defines the super-class */ */ Loading src/app/openApis/geographicSiteManagement/model/placeRefOrValue.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -17,7 +17,7 @@ export interface PlaceRefOrValue { /** /** * When sub-classing, this defines the sub-class Extensible name * When sub-classing, this defines the sub-class Extensible name */ */ type?: string; type: string; /** /** * When sub-classing, this defines the super-class * When sub-classing, this defines the super-class */ */ 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 @@ -274,8 +274,9 @@ export class EditIndividualsComponent implements OnInit { }], }], externalIdentifier: [], externalIdentifier: [], calendar:[], calendar:[], place:[{ place:[{type:null, geographicAddress:{ geographicAddress:{ type:null, locality: this.editForm.value.geographicSiteInfo.locality , locality: this.editForm.value.geographicSiteInfo.locality , postcode: this.editForm.value.geographicSiteInfo.postcode , postcode: this.editForm.value.geographicSiteInfo.postcode , stateOrProvince: this.editForm.value.geographicSiteInfo.stateOrProvince , stateOrProvince: this.editForm.value.geographicSiteInfo.stateOrProvince , Loading Loading
src/app/openApis/geographicSiteManagement/model/geographicAddressValue.ts +1 −1 Original line number Original line 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 * When sub-classing, this defines the sub-class Extensible name */ */ type?: string; type: string; /** /** * When sub-classing, this defines the super-class * When sub-classing, this defines the super-class */ */ Loading
src/app/openApis/geographicSiteManagement/model/placeRefOrValue.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -17,7 +17,7 @@ export interface PlaceRefOrValue { /** /** * When sub-classing, this defines the sub-class Extensible name * When sub-classing, this defines the sub-class Extensible name */ */ type?: string; type: string; /** /** * When sub-classing, this defines the super-class * When sub-classing, this defines the super-class */ */ 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 @@ -274,8 +274,9 @@ export class EditIndividualsComponent implements OnInit { }], }], externalIdentifier: [], externalIdentifier: [], calendar:[], calendar:[], place:[{ place:[{type:null, geographicAddress:{ geographicAddress:{ type:null, locality: this.editForm.value.geographicSiteInfo.locality , locality: this.editForm.value.geographicSiteInfo.locality , postcode: this.editForm.value.geographicSiteInfo.postcode , postcode: this.editForm.value.geographicSiteInfo.postcode , stateOrProvince: this.editForm.value.geographicSiteInfo.stateOrProvince , stateOrProvince: this.editForm.value.geographicSiteInfo.stateOrProvince , Loading