Project

General

Profile

Actions

Feature #1555

closed

Open vs. Closed Issues in Calendar / Activity

Added by tom elias over 15 years ago. Updated about 11 years ago.

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

0%

Estimated time:
Resolution:

Description

When issues are displayed in the Calendar (and other places, i noticed activity), it would be nice to see issue titles grayed out or crossed out like they are in the roadmap. closed issues in the roadmap are displayed crossed out, but they are not displayed that way in the calendar and activity. it would also be nice to choose the style of those issues, grayed out vs crossed out.

Actions #1

Updated by Peter Van den Bosch over 15 years ago

  • Status changed from New to Resolved

A recent commit, r1680, does this, so it should be in release 0.8. You can change the style of closed issues by editing following line in application.css

a.issue.closed { text-decoration: line-through; }
Actions #2

Updated by Chris Hart over 15 years ago

Hmm this is really weird. I'm using 0.7.3 stable for a project and somehow the line-through rule is being ignored when I look at the Roadmap. Any ideas?

Actions #3

Updated by Chris Hart over 15 years ago

Okay fixed..

0.7.3 came with this rule:
a.issue.closed { text-decoration: line-through; }

...but it needed to be this (which I guess is present in later versions):

a.issue.closed, .issue.closed a { text-decoration: line-through; }

Actions #4

Updated by Jan Niggemann (redmine.org team member) about 11 years ago

  • Status changed from Resolved to Closed

Closing this, status is resolved since 400 days and more (issue was last updated more than 400 days ago)...

Actions

Also available in: Atom PDF