Task view: Show user name instead of ID.

This commit is contained in:
2016-10-11 14:44:57 +02:00
parent cc59c029b0
commit bb5acd3dd7
2 changed files with 30 additions and 6 deletions

View File

@@ -89,7 +89,7 @@
dd {{ task.properties.status | undertitle }}
dt Assignees:
| {% for u in task.properties.assigned_to['users'] %}
dd {{ u }}
dd {{ u.full_name }}
| {% else %}
dd not assigned
| {% endfor %}