Skip to content

Commit

Permalink
EZP-31844: Trash Management screen - Display creator name and not ID …
Browse files Browse the repository at this point in the history
…in the table (#1500)
  • Loading branch information
dew326 authored Sep 18, 2020
1 parent 9baba40 commit 98ca91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<td class="ez-table__cell">{{ trash_item.contentType.name }}</td>
<td class="ez-table__cell">
{{ trash_item.creator is not empty
? trash_item.creator.login :
? ez_content_name(trash_item.creator.content) :
'trash.item.deleted_user'|trans|desc('Deleted user')
}}
</td>
Expand Down

0 comments on commit 98ca91b

Please # to comment.