Feature #19371
closedAdd a new query column for the parent task subject
0%
Description
The change done to #13673 broke a lot for us... and would like that to be reverted.
Seeing only parent issue number makes the column useless because we do not know what the parent is about :/ often parent subject contains general information (e.g. test A) and then more details in subtasks (e.g. prepare setup, make report, etc.), now I see only few tasks like prepare setup with no information what the setup is for :/
Wasn't better fix for this provided in #19120 and in note #13673#note-13? Or maybe an option in settings or additional column for parent subject?
Files
Related issues
Updated by Sebastian Paluch almost 10 years ago
We are willing to implement this but need to know which way community wants to go...
Updated by Anonymous over 9 years ago
Since the community is divided on this one, why not take the simple approach: 2 columns.
1-parent ID
2-parent name
That way, people can choose the one they want and can even have different ways to show it in different filters.
Updated by Toshi MARUYAMA about 8 years ago
- Related to Defect #13673: Parent issue column includes issue subject (making issue list unworkable wide) added
Updated by Jens Krämer almost 6 years ago
- File 0001-adds-a-new-query-column-for-the-parent-task-subject-.patch 0001-adds-a-new-query-column-for-the-parent-task-subject-.patch added
Here's a simple patch that adds a new Parent issue subject query column to issue queries. This would give users an easy way to add the parent subject to queries.
Updated by Go MAEDA almost 6 years ago
- File screenshot.png screenshot.png added
- Target version set to Candidate for next major release
It is a nice improvement. Here is a screenshot of this patch.
I think it will be even better to style the td.parent-subject with "{white-space: normal;}" to prevent long subjects to break the appearance.
===================================================================
--- public/stylesheets/application.css (revision 17836)
+++ public/stylesheets/application.css (working copy)
@@ -260,7 +260,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, td.last_updated_by, tr.issue td.string, tr.issue td.text, tr.issue td.list, tr.issue td.relations, tr.issue td.parent { white-space: normal; }
+tr.issue td.subject, tr.issue td.category, td.assigned_to, td.last_updated_by, tr.issue td.string, tr.issue td.text, tr.issue td.list, tr.issue td.relations, tr.issue td.parent, td.parent-subject { 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;}
Updated by Go MAEDA almost 6 years ago
Jens, could you attach the test code if you already have it?
Updated by Go MAEDA almost 6 years ago
- Subject changed from Provide better solution for long parent subject on issue list per #13673 to Add a new query column for the parent task subject
Updated by Yuichi HARADA almost 6 years ago
Go MAEDA wrote:
Jens, could you attach the test code if you already have it?
I created a test. Attach a patch.
Go MAEDA wrote:
I think it will be even better to style the td.parent-subject with "{white-space: normal;}" to prevent long subjects to break the appearance.
+1
Certainly long strings break the layout of the issue list.
Updated by Go MAEDA over 5 years ago
- Category changed from UI to Issues list
- Target version changed from Candidate for next major release to 4.1.0
LGTM. Setting the target version to 4.1.0.
Updated by Go MAEDA over 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patches. Thank you all for improving Redmine.
Updated by Go MAEDA over 5 years ago
- Related to Defect #31734: Issue Information Not Being Transfered To CSV In Reports Tab Of Spent Time Section. added
Updated by Go MAEDA almost 5 years ago
- Related to Defect #33103: Export to PDF fails when subject of parent task is included in issue list added
Updated by Go MAEDA almost 5 years ago
- Related to Defect #33163: Parent task subject column should be in the same style as Subject column added