LDEV-4472 Fix Javascript error on accessing a Grouping activity Since <i name="ui-${user.userId}" class="fa fa-xs fa-user"></i> <c:out…
Show more
LDEV-4472 Fix Javascript error on accessing a Grouping activitySince <i name="ui-${user.userId}" class="fa fa-xsfa-user"></i> <c:out value="${user.firstName}" /> <c:outvalue="${user.lastName}" /> was removed in one of the previous commits,this peace of Javascript also needs to be taken care of.
Show less