Ajout d'un champs "Commentaires" lors de l'ajoute de sauts

This commit is contained in:
Sébastien André
2021-02-26 15:06:26 +01:00
parent 6166551927
commit 426dcec7d9
4 changed files with 30 additions and 25 deletions

View File

@@ -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(() => {