report-openoffice-team team mailing list archive
-
report-openoffice-team team
-
Mailing list archive
-
Message #00214
[Bug 610787] Re: Text after "<if test=...></if>" is being lost
It is fixed in relatorio (with unittest)
@sraps you are completly wrong about the lazy bugfix and lack of interest in improving relatorio.
Of course we can not fix issue if nobody report it in the bugtracker and as you can see at http://relatorio.openhex.org/report/8 there is only enhancement and not open bugs.
You only reported only 2 tickets in relatorio:
- one bug which was fixed 5 days without any help from you (no traceback, no codereview etc.) http://relatorio.openhex.org/ticket/20
- one enhancement that you did not even make in your "fork"
** Bug watch added: relatorio.openhex.org/ #20
http://relatorio.openhex.org/ticket/20
** Changed in: report-openoffice
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Report
OpenOffice Team, which is the registrant for Report OpenOffice.
https://bugs.launchpad.net/bugs/610787
Title:
Text after "<if test=...></if>" is being lost
Status in OpenOffice.org Reporting Engine for OpenObject:
Fix Committed
Bug description:
This is bug in Relatorio:
on compiling of template to Genshi template, the text after tags is being lost. The problem lies in "wrap_nodes_between" function of "relatorio/templates/opendocument.py" file.
Fix:
It is line "new_parent.tail = last.tail" missing just before line "old_parent.remove(last)".
References