Skip to content
Snippets Groups Projects
Commit f0f88fb2 authored by B. Sc Pius Gyamenah's avatar B. Sc Pius Gyamenah :speech_balloon: Committed by Till Glöggler
Browse files

Biest 1170 remove duplicates, fixes #1170

Closes #1170

Merge request studip/studip!849
parent 925004e2
No related branches found
No related tags found
No related merge requests found
......@@ -893,15 +893,6 @@ export default {
return this.structuralElement.relationships.parent.data === null;
},
owner() {
const owner = this.relatedUsers({
parent: this.structuralElement,
relationship: 'owner',
});
return owner?.attributes['formatted-name'] ?? '';
},
editor() {
const editor = this.relatedUsers({
parent: this.structuralElement,
......
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