Changeset bdd6491 for trip-planner-front/src/app/location
- Timestamp:
- 12/28/21 08:56:55 (3 years ago)
- Branches:
- master
- Children:
- b738035
- Parents:
- 84d0fbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/location/location.component.ts
r84d0fbb rbdd6491 93 93 94 94 this.ref.onClose.subscribe((planner: Planner) => { 95 if(planner){ 95 96 this.plannerLocationDto.locationId = location.id; 96 97 this.plannerLocationDto.plannerId = planner.id; … … 124 125 } 125 126 ); 127 } 126 128 }); 129 127 130 } 128 131
Note:
See TracChangeset
for help on using the changeset viewer.