Skip to content
Snippets Groups Projects
Commit 5278e560 authored by B. Sc Pius Gyamenah's avatar B. Sc Pius Gyamenah :speech_balloon: Committed by Elmar Ludwig
Browse files

Biest #636

Closes #636 and #1058

Merge request studip/studip!1125
parent f6f78784
No related branches found
No related tags found
No related merge requests found
......@@ -1027,7 +1027,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.
Finish editing this message first!
Please register or to comment