Ticket #40 (closed defect: fixed)
Forms should not render all field information if type != 'form'
| Reported by: | ralphm | Owned by: | tofu |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.5 |
| Component: | generic | Keywords: | review |
| Cc: |
Description
For forms where the type attribute is not 'form', information like field type, description and options should not be rendered when calling toElement.
Change History
comment:2 Changed 4 years ago by ralphm
- Keywords review added
- Owner changed from ralphm to tofu
I decided the field type should always be there, unless it is list-single or the form is of type form. Please review.
comment:4 Changed 4 years ago by tofu
- Status changed from new to assigned
looks good and tests pass, will merge
comment:5 Changed 4 years ago by tofu
- Status changed from assigned to closed
- Resolution set to fixed
(In [158]) merging source:/branches/form-fields-40 fixes #40
Note: See
TracTickets for help on using
tickets.

(In [147]) Branching to 'form-fields-40'