Ajout d'un champs "Commentaires" lors de l'ajoute de sauts
This commit is contained in:
@@ -35,6 +35,7 @@ export class NewJumpComponent implements OnInit {
|
||||
listOfGear: Array<GearResp>;
|
||||
private countDatasLoaded: number;
|
||||
private pendingAddRequest: boolean;
|
||||
comments: string;
|
||||
|
||||
constructor(
|
||||
private serviceComm: ServiceComm,
|
||||
@@ -68,7 +69,8 @@ export class NewJumpComponent implements OnInit {
|
||||
this.endDate,
|
||||
this.exitAltitude,
|
||||
this.deployAltitude,
|
||||
this.countOfJumps
|
||||
this.countOfJumps,
|
||||
this.comments
|
||||
);
|
||||
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user