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:
parent
acf416b024
commit
0b23806db6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user