Vote #80784
完了Parent task subject column in gantt is not fully displayed when the column is widened
0%
説明
The Parent task subject is broken when the width of the column is wider.
!gantt_column_error.png!
journals
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.
!{width:600px;border:1px solid #ccc;}gantt-column-stretched.png!
--------------------------------------------------------------------------------
Good job! :-)
--------------------------------------------------------------------------------
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)
--------------------------------------------------------------------------------
Setting the target version to 4.1.2.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed the patch. Thank you.
--------------------------------------------------------------------------------