Skip to content
Snippets Groups Projects
Commit 96271c33 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #2120

Closes #2120

Merge request studip/studip!2457
parent 0e1abc0c
No related branches found
No related tags found
No related merge requests found
......@@ -1014,7 +1014,7 @@ export default {
{ id: 5, label: this.$gettext('Lesezeichen setzen'), icon: 'star', emit: 'setBookmark' },
];
if (this.oerEnableSuggestions) {
if (this.oerEnableSuggestions && this.inCourse && this.userId !== this.structuralElement.relationships.owner.data.id) {
menu.push(
{ id: 6, label: this.$gettext('Seite für OER Campus vorschlagen'), icon: 'oer-campus',
emit: 'showSuggest' }
......
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