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 ba8c322
Showing 1 changed file with 2 additions and 1 deletion.
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 ba8c322

Please sign in to comment.