1.6.2
- Add support for subgroup SAEs
// This is now a possibility.
if (lesson.type === LESSON_TYPES.SAE && typeof lesson.group.sub !== "undefined") {
isForUser = lesson.group.main === 1 && lesson.group.sub === SUBGROUPS.A;
}
// This is now a possibility.
if (lesson.type === LESSON_TYPES.SAE && typeof lesson.group.sub !== "undefined") {
isForUser = lesson.group.main === 1 && lesson.group.sub === SUBGROUPS.A;
}