GanttCalendarPlugin: fixed wrong label in table of the gantt view
@@ -380,7 +380,7 @@ | ||
380 | 380 | <div style="position:absolute;background-color:gray;left:1px;top:1px;width:380px;height:${maxtic*px_ti+px_hd+1+px_height}px;"> |
381 | 381 | <div py:choose="" class="hdr" style="left:1px;top:1px;width: 89px;height:${px_hd-2}px;"> |
382 | 382 | <span class="hdr_title" style="top:${(px_hd-2-16)/2}px;font-size:12px;"> |
383 | - <span py:when="sorted_field=='milestone'">${_('Milestone')}</span><span py:otherwise="">${_('Component')}</span> | |
383 | + <span>${fields[sorted_field].label}</span> | |
384 | 384 | </span> |
385 | 385 | </div> |
386 | 386 | <div class="hdr" style="left:91px;top:1px;width:288px;height:${px_hd-2}px;"><span class="hdr_title" style="top:${(px_hd-2-16)/2}px;font-size:12px;">${_('Ticket')}</span></div> |