Merge pull request #6049 from tsiegleauq/users-cannot-see-candidate-names

Fix user cannot see candidate names
This commit is contained in:
Sean 2021-05-04 16:23:39 +02:00 committed by GitHub
commit 08fa38a89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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