Project

General

Profile

Actions

Patch #16437

closed

Parent task is not wrapped in the Issues list

Added by Jun NAITOH about 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Parent task is not wrapped.

  • Redmine 2.5.0
  • after patch

patch for Redmine 2.5.0
--- public/stylesheets/application.css_org    2014-03-26 10:00:36.628506522 +0900
+++ public/stylesheets/application.css    2014-03-26 10:50:02.510459804 +0900
@@ -125,7 +125,7 @@
 table.list th {  background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
 table.list td {text-align:center; vertical-align:top; padding-right:10px;}
 table.list td.id { width: 2%; text-align: center;}
-table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles {text-align: left;}
+table.list td.name, table.list td.description, table.list td.subject, table.list td.parent, table.list td.comments, table.list td.roles {text-align: left;}
 table.list td.tick {width:15%}
 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
 table.list td.checkbox input {padding:0px;}
@@ -150,7 +150,7 @@
 tr.project.idnt-9 td.name {padding-left: 12.5em;}

 tr.issue { text-align: center; white-space: nowrap; }
-tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; }
+tr.issue td.subject, tr.issue td.parent, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; }
 tr.issue td.relations { text-align: left; }
 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
 tr.issue td.relations span {white-space: nowrap;}

My environment

CentOS 6.0

# ruby script/about

sh: darcs: command not found
sh: bzr: command not found
Environment:
  Redmine version                2.5.0.stable
  Ruby version                   1.9.3-p392 (2013-02-22) [i686-linux]
  Rails version                  3.2.17
  Environment                    production
  Database adapter               SQLite
SCM:
  Subversion                     1.6.11
  Mercurial                      1.4
  Git                            1.7.1
  Filesystem                     
Redmine plugins:
  no plugin installed

Files

issues_before.png (39.3 KB) issues_before.png Jun NAITOH, 2014-03-26 23:54
issues_after.png (34.3 KB) issues_after.png Jun NAITOH, 2014-03-26 23:54

Related issues

Related to Redmine - Defect #13673: Parent issue column includes issue subject (making issue list unworkable wide)ClosedJean-Philippe Lang

Actions
Actions #1

Updated by Luis Serrano Aranda about 10 years ago

+1

Actions #2

Updated by Toshi MARUYAMA about 10 years ago

  • Related to Defect #13673: Parent issue column includes issue subject (making issue list unworkable wide) added
Actions #3

Updated by Pete McDonnell over 9 years ago

Better, thanks for the patch! I would still prefer to have an option to disable the subject in the parent column.

Actions #4

Updated by Go MAEDA over 9 years ago

Pete McDonnell wrote:

Better, thanks for the patch! I would still prefer to have an option to disable the subject in the parent column.

+1

Actions #5

Updated by Jean-Philippe Lang over 9 years ago

  • Status changed from New to Closed

Superseded by fix for #13673.

Actions

Also available in: Atom PDF