mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2215] fixed sorting key for comment list (#2911)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
(rowClick)="selectComment($event)" *ngIf="hasComments()">
|
||||
|
||||
<data-columns>
|
||||
<data-column key="createdBy?.email" title="{{'ADF_TASK_LIST.DETAILS.COMMENTS.CREATED_BY_HEADER' | translate }}">
|
||||
<data-column key="createdBy.email" title="{{'ADF_TASK_LIST.DETAILS.COMMENTS.CREATED_BY_HEADER' | translate }}">
|
||||
<ng-template let-entry="$implicit">
|
||||
<div id="comment-user-icon"
|
||||
class="adf-comment-img-container">
|
||||
|
Reference in New Issue
Block a user