Fixes bug showing Collaborators on published DMPs.
This commit is contained in:
parent
61a7f0b809
commit
ca160ccd22
|
@ -162,7 +162,7 @@
|
|||
<div matTooltip="{{ researcher.name }}" class="avatar">{{ researcher.name }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="collaborators">
|
||||
<div class="collaborators" *ngIf="!isPublicView">
|
||||
<h6 class="collaborators-title">{{'DMP-OVERVIEW.COLLABORATORS' | translate}}</h6>
|
||||
<div *ngFor="let user of dmp.users">
|
||||
<div matTooltip="{{ roleDisplay(user) }}" class="avatar">{{ user.name }}</div>
|
||||
|
|
Loading…
Reference in New Issue