Merge pull request #6049 from tsiegleauq/users-cannot-see-candidate-names
Fix user cannot see candidate names
This commit is contained in:
commit
08fa38a89c
@ -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