Skip to content

Commit

Permalink
Merge branch 'main' into BC-5119-prevent-creating-new-nexboards
Browse files Browse the repository at this point in the history
  • Loading branch information
wiaderwek authored Dec 14, 2023
2 parents 2185fff + 6f0989d commit e34cf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/administration.js
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ router.get(
(req, res, next) => {
api(req)
.get(`/classes/${req.params.classId}`, {
qs: { $populate: ['teacherIds', 'substitutionIds', 'userIds'] },
qs: { $populate: ['teacherIds', 'userIds'] },
})
.then((currentClass) => {
const classesPromise = getSelectOptions(req, 'classes', {
Expand Down

0 comments on commit e34cf4e

Please sign in to comment.