Ticket #1207 (closed defect: wontfix)
formmaker handles notNone=True in SQLobject columns
| Reported by: | wavy | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.x bugfix |
| Component: | FastData | Version: | 1.0b2 |
| Severity: | normal | Keywords: | fastdata formmaker |
| Cc: |
Description
Added code to add reflect a column's notNone attribute. If a column has notNone set to True, the corresponding widget's validator is created with not_empty=True.
I would expect this to be the more frequent desired form behaviour than otherwise.
Also, minor clean up of fields_for() wrt handling of join widgets. A bit cleaner, I think.
Attachments
Change History
comment:2 Changed 5 years ago by alberto
- Milestone changed from 1.1 to __unclassified__
Batch moved into unclassified from 1.1 to properly track progress on the later
Note: See
TracTickets for help on using
tickets.
