Skip to content

Commit

Permalink
317: review findings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon Spahr committed Aug 3, 2021
1 parent 8bc1cab commit 23f01ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class PresenceControlStateService
.pipe(shareReplay(1));

selectedLessonStudentIds$ = combineLatest([
this.selectLesson$,
this.selectedLesson$,
this.lessonPresences$,
]).pipe(
map(([lesson, presences]) => {
Expand Down
3 changes: 2 additions & 1 deletion src/app/shared/services/lesson-teachers-rest.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export class LessonTeachersRestService extends RestService<
}

/**
* Returns all lesson absences for all teachers expect for the given teacher for the current lesson corresponding students
* Returns all lesson absences for the current lesson and the specified students
* for all teachers except the specified teacher.
*/
loadOtherTeachersLessonAbsences(
personId: number,
Expand Down

0 comments on commit 23f01ee

Please sign in to comment.