changeset eb2268d7e1f8 in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=eb2268d7e1f8
description:
Correct mix-up rendering plain issue type
diffstat:
html/issue.index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 32062bae6f21 -r eb2268d7e1f8 html/issue.index.html
--- a/html/issue.index.html Tue Nov 10 10:47:34 2020 +0100
+++ b/html/issue.index.html Tue Nov 10 15:35:36 2020 +0100
@@ -71,7 +71,7 @@
<td>{{ issue.priority.plain()|u }}</td>
{% endif %}
{% if request.show.type %}
- <td>{{ issue.priority.type()|u }}</td>
+ <td>{{ issue.type.plain()|u }}</td>
{% endif %}
{% if request.show.id %}
<td>{{ issue.id }}</td>