Fix user cannot see candidate names

Assignment detail view sort list "getTitle" was hidden behind
"assignment_can_manage", thus users could not see the names of candidates
This commit is contained in:
Sean 2021-05-04 15:47:15 +02:00
parent acf416b024
commit 0b23806db6
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
<!-- implicit item references into the component using ng-template slot -->
<ng-template let-item>
<div class="single-candidate-line">
<span *ngIf="hasPerms('manage')"> {{ item.getTitle() }} </span>
<span> {{ item.getTitle() }} </span>
<span *ngIf="hasPerms('manage')">
<button