Skip to content
Snippets Groups Projects
Commit cda17d35 authored by B. Sc Pius Gyamenah's avatar B. Sc Pius Gyamenah :speech_balloon: Committed by Ron Lucke
Browse files

Biest #636

Closes #636 and #1058

Merge request studip/studip!1125
parent 364121ec
No related branches found
No related tags found
No related merge requests found
......@@ -1051,7 +1051,7 @@ export const actions = {
});
const otherMemberships = memberships.filter(({ attributes, relationships }) => {
return ['dozent', 'tutor'].includes(attributes.permission) && state.context.id !== relationships.course.data.id;
return ['dozent', 'tutor'].includes(attributes.permission);
});
if (!withCourseware) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment