Defect #33220
closed
Parent task subject column in gantt is not fully displayed when the column is widened
Added by Jaebok Oh over 4 years ago.
Updated over 4 years ago.
Description
The Parent task subject is broken when the width of the column is wider.
Files
Changing ID as shown below will resolve the issue.
parent.subject -> parent_subject
Jaebok Oh wrote:
Changing ID as shown below will resolve the issue.
parent.subject -> parent_subject
+1
I think so, too. In the attached patch, the Parent task subject can be stretched properly.
I have slightly modified the patch.
- Changed the variable name from
css_class
to column_name
because it is used not only for CSS classes but also for ids
- Changed the way of getting the "parent_subject" format string in order to reduce method calls (5 to 3)
- Target version changed from Candidate for next minor release to 4.1.2
Setting the target version to 4.1.2.
- Subject changed from The Parent task subject is broken when the width of the column is wider. to Parent task subject column in gantt is not fully displayed when the column is widened
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.
Also available in: Atom
PDF