Fixed double name when the two user log in

This commit is contained in:
Vito Albano 2016-10-03 13:07:53 +01:00
parent 27003dd4c4
commit ab1f65d44b

View File

@ -1,6 +1,6 @@
<div id="img_container">
<span *ngIf="ecmUser">{{ecmUser.firstName || ecmUser.lastName}}</span>
<span *ngIf="bpmUser">
<span *ngIf="bpmUser && !ecmUser">
{{ formatValue(bpmUser.firstName) ||
formatValue(bpmUser.lastName) ||
formatValue(bpmUser.fullName) }}