We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8f7fd commit d5e6b5fCopy full SHA for d5e6b5f
doc/FAQ.txt
@@ -36,3 +36,14 @@ A: in instance/html/issue.item
36
remove the last cell in the next four rows, either by deleting a cell
37
or by reducing colspan.
38
39
+
40
+Q: I wanted to see the issue id (the number) on the issue item display:
41
42
+A:
43
+ In file INSTANCE/html/issue.item change, showed e.g. "(anonymous)"
44
+ <td class="form-text"><display call="reldate('creation', pretty=1)">
45
+ (<display call="plain('creator')">)</td>
46
47
+ to to see "(
48
49
+ (issue<display call="plain('id')"> by <display call="plain('creator')">)</td>
0 commit comments