#34: ListFieldSet missing check for legend
-------------------+--------------------------------------------------------
Reporter: amol | Owner:
Type: defect | Status: new
Priority: major | Version: 0.9
Keywords: |
-------------------+--------------------------------------------------------
While TableFieldSet template has
{{{
<legend py:if="legend" py:content="legend" />
}}}
the ListFieldSet template only has
{{{
<legend py:content="legend" />
}}}
and so it is not possible to hide the legend by setting it to False
--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/34>
tw.forms </trac/tw.forms>
tw.forms - Form building widgets