Skip to content
Snippets Groups Projects
Commit 381ed420 authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

fix #1585

Closes #1585

Merge request studip/studip!1011
parent ccd23f69
No related branches found
No related tags found
No related merge requests found
......@@ -201,10 +201,10 @@
</studip-select>
</label>
<label>
<translate>Zweck</translate>
<translate>Art des Lernmaterials</translate>
<select v-model="currentElement.attributes.purpose">
<option value="content"><translate>Inhalt</translate></option>
<option value="template"><translate>Vorlage</translate></option>
<option v-if="!inCourse" value="template"><translate>Aufgabenvorlage</translate></option>
<option value="oer"><translate>OER-Material</translate></option>
<option value="portfolio"><translate>ePortfolio</translate></option>
<option value="draft"><translate>Entwurf</translate></option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment