Feature #7986
opena different method to show the existance of subtasks
0%
Description
I am currently using 1.0.4 and waiting for 1.2.0.
I would like to be able to distinguish issues that have subtasks from each other in the basic issue list. I could use the display of parent task, which I think should not show me the tracker type, just the number. But that takes up too much screen real estate.
I would like a small simple UI symbol that is conditionally there as I don't want to have the parent task column present all the time. Perhaps a small triangle beside the task number pointing to the right indicating the presence of subtasks ?
Updated by Jean-Philippe Lang over 13 years ago
r5221 adds 2 css classes to target parent/child issues. You can make the parent issues look different by tweaking your stylesheet.
Here is a simple example that makes ids of parent issues bold:
tr.issue.parent td.id { font-weight:bold; }