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

Skip to content
Snippets Groups Projects

Resolve "Reviewing Badges: Zusätzliche Icons"

Merged Michael Breu requested to merge 397-reviewing-badges-zusatzliche-icons into development
Viewing commit 362190ac
Prev
Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -212,7 +212,7 @@ export class ExerciseBodyComponent implements OnInit, OnDestroy {
potentialEditors = potentialEditors.concat(this.exercise.metadata.creator);
potentialEditors = potentialEditors.concat(this.exercise.metadata.publisher);
for (let pE of potentialEditors) {
for (const pE of potentialEditors) {
if (pE.email.localeCompare(email, undefined, { sensitivity: 'base' }) === 0) return true;
}
return false;