Vote #64393
完了add “closed” html class to closed entries in issue list
0%
説明
At the moment all entries get added a class value of the IssueStatus-id (i.e. status-4). It would be great if those statuses that are marked as “closing” would also add the class “closed” to the HTML so it could be styled accordingly, e.g. with a strike-out.
This is similar to #2337
journals
Done in r2250. You can now do things like this:
tr.issue.closed td.subject { text-decoration: line-through; }
--------------------------------------------------------------------------------
Fix merged in 0.8-stable.
--------------------------------------------------------------------------------
related_issues
relates,Closed,2337,Highlight overdue Tickets