change parent task from ID to subject?
Added by Jim Wrubel over 13 years ago
Hi all - We are including Parent Task as a field in the main issues list for a project, and the value for the column is a concatenation of the tracker and ID (for example, 'Issue #97'). If you hover over the value the tooltip displays the subject for the parent issue - We would rather the column itself display the subject (truncated to fit) with the hover displaying the full text? This would help our managers more easily follow issues that are grouped by parent. Can anyone point me to the right file or files to change this? I spent some time in issues_helper.rb but I haven't had to dig around in this part of the code before so I may be looking in the wrong place.
Thanks,
Jim
Replies (2)
RE: change parent task from ID to subject? - Added by Etienne Massip over 13 years ago
See source:trunk/app/helpers/queries_helper.rb#L61. Simply changing the false
to true
might do the job.
RE: change parent task from ID to subject? - Added by Jim Wrubel over 13 years ago
That appears to have concatenated the tracker, ID and subject. It's close enough for now - I assume an if else branch on the column name would get it closer. I will play around with it when I have a moment. Thanks so much for the assistance!
Jim