lib/reports/TableReport.rb in taskjuggler-0.0.7 vs lib/reports/TableReport.rb in taskjuggler-0.0.8
- old
+ new
@@ -579,9 +579,10 @@
# ReportTable that can be reached via the column header special variable.
# For embedded column tables we need to create a new line.
tcLine = ReportTableLine.new(columnDef.column.cell1.special,
line.property, line.scopeLine)
+ PlaceHolderCell.new(line, tcLine)
# Depending on the property type we use different generator functions.
if property.is_a?(Task)
genCalChartTaskCell(query, tcLine, columnDef, start, sameTimeNextFunc)
elsif property.is_a?(Resource)
genCalChartResourceCell(query, tcLine, columnDef, start,