Clone
Andrey Balan
committed
on 22 Nov 17
LDEV-4472 Fix Javascript error on accessing a Grouping activity
Since <i name="ui-${user.userId}" class="fa fa-xs
fa-user"></i>&nbsp;<c:out… Show more
LDEV-4472 Fix Javascript error on accessing a Grouping activity

Since  <i name="ui-${user.userId}" class="fa fa-xs

fa-user"></i>&nbsp;<c:out value="${user.firstName}" />&nbsp<c:out

value="${user.lastName}" /> was removed in one of the previous commits,

this peace of Javascript also needs to be taken care of. Show less