This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 3a883c79 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Do not attempt to translate learningResourceType

This is no longer an enum, so we cannot reliably
translate it.
parent 4b3a458e
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -96,9 +96,8 @@
</jhi-exercise-metadata-item>
<jhi-exercise-metadata-item
*ngIf="exercise.learningResourceType"
[description]="'exercise.metadata.learningResourceType'"
[value]="'exercise.metadata.' + exercise.learningResourceType | translate">
[value]="exercise.learningResourceType">
</jhi-exercise-metadata-item>
<jhi-exercise-metadata-item
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment