Commit 38573ada authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

send @type

parent dcdff5e6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
     */
     */
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
     */
     */
+2 −1
Original line number Original line Diff line number Diff line
@@ -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 ,