projman #5365 Milestone table [resolved]
In the XML description of a complex task, we should not have the table describing the milestones if the task doesn't contain any milestone In this milestone table, the colwidth specification seems to be wrong: <colspec colname="c0" colwidth="1" /> <colspec colname="c1" colwidth="*" /> instead of: <colspec colname="c0" colwidth="2*" /> <colspec colname="c1" colwidth="1*" /> Finally, when the option no-dates is set, the milestone table should only have one colspec (as there is only one column). Currently, there is: <tgroup align="left" cols="1" colsep="1" rowsep="1"> <colspec colname="c0" colwidth="1" /> <colspec colname="c1" colwidth="*" /> instead of: <tgroup align="left" cols="1" colsep="1" rowsep="1"> <colspec colname="c0" colwidth="1*" /> | |
priority | normal |
---|---|
type | bug |
done in | 0.13.3 |
load left | 0.000 |
closed by | <not specified> |