Project

General

Profile

Actions

Feature #2458

closed

add “closed” html class to closed entries in issue list

Added by Gerrit Kaiser about 15 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
Start date:
2009-01-07
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

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


Related issues

Related to Redmine - Feature #2337: Highlight overdue TicketsClosed2008-12-14

Actions
Actions #1

Updated by Jean-Philippe Lang about 15 years ago

  • Status changed from New to Resolved
  • Target version set to 0.8.1
  • Resolution set to Fixed

Done in r2250. You can now do things like this:

tr.issue.closed td.subject { text-decoration: line-through; }
Actions #2

Updated by Jean-Philippe Lang about 15 years ago

  • Status changed from Resolved to Closed

Fix merged in 0.8-stable.

Actions

Also available in: Atom PDF