Hi people!
I'm trying to create new reports on Trac and it is working fine on web
browser!
However I noticed that, for the report I created, the columns for custom
ticket properties has a colspan=100
Looking to the report_view.html file, I found the following code that
generate this colspan=100:
<th py:for="header in header_group" py:if="not header.hidden"
py:with="fullrow = header is header_group[-1]"
colspan="${fullrow and '100' or None}">
Then I tried to verify the values on header and header_group. But I did not
find anything that could set fullrow to true.
Looking for the documentation, I did not find anything also.
Do someone has a clue?
Thanks,
--
John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---