Project

General

Profile

Actions

Defect #13673

closed

Parent issue column includes issue subject (making issue list unworkable wide)

Added by Jongwook Choi about 11 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Hi. There is a report for the new bug I've just found.

Since redmine 2.3.0, the parent issue field is being displayed too long with the issue's title in the list view.
This disturbs the list narrowing other columns as figure below, especially when the issues have long titles.

I found r10972 (#1766) is responsible for this behavior; it seems that this is just a mistake rather than intended.

This is a workaround patch I've tried:

--- app/helpers/queries_helper.rb    (revision 11695)
+++ app/helpers/queries_helper.rb    (working copy)
@@ -100,7 +100,7 @@ module QueriesHelper
     when 'FalseClass'
       l(:general_text_No)
     when 'Issue'
-      value.visible? ? link_to_issue(value) : "##{value.id}" 
+      value.visible? ? link_to_issue(value, :subject => false) : "##{value.id}" 
     when 'IssueRelation'
       other = value.other_issue(issue)
       content_tag('span',

Thanks.


Files

too-long-parent-issue.png (44.4 KB) too-long-parent-issue.png Jongwook Choi, 2013-04-03 14:55

Related issues

Related to Redmine - Patch #16437: Parent task is not wrapped in the Issues listClosed

Actions
Related to Redmine - Defect #13608: Parent column in CSV export should include issue id onlyClosedJean-Philippe Lang

Actions
Related to Redmine - Feature #19371: Add a new query column for the parent task subjectClosedGo MAEDA

Actions
Has duplicate Redmine - Defect #16227: Father task info displayed in issue tooooooooo longClosed

Actions
Actions

Also available in: Atom PDF