Commit 60e87d4
committed
Show status color box next to issue id in view page
The view page was not consistently formatting resolved issue IDs; a
regular link was displayed in Attached Issues list, whereas if the same
resolved/closed issue was referenced in the Changeset messages it would
be printed with strikethrough ('resolved' CSS class).
An attempt to fix this by using the same string_get_bug_view_link()
function for the Affected Issues list was not looking good due to the
tooltip with issue description (the same text is already displayed next
to the issue id).
Finally, displaying a box with the issue's status color (similar to the
display in My View and View Issues pages) was implemented.
Fixes #2341 parent b705427 commit 60e87d4
1 file changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
143 | 155 | | |
144 | 156 | | |
145 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
146 | 167 | | |
147 | 168 | | |
148 | 169 | | |
| |||
0 commit comments