#2014: [PATCH] WidgetLists do not inherit fields
-------------------------+--------------------------------------------------
Reporter: chrisz | Owner: faide
Type: enhancement | Status: new
Priority: normal | Milestone: 1.1
Component: TurboGears | Version: 1.1b1
Severity: minor | Keywords:
-------------------------+--------------------------------------------------
The attached patch (against TG 1.1) fixes two minor problems with
`WidgetLists`:
1. If you have a `WidgetList` with a couple of declared fields, and you
also pass a couple of other fields when initializing the list, then the
other fields come first, and the declared fields last. I think it is more
intuitive to have it the other way round, with the declared fields being
the "basic" fields, and the other fields additional fields added at the
end.
2. `WidgetList` subclasses do not inherit fields, as discussed in
[http://groups.google.de/group/turbogears/browse_frm/thread/3dc1a04e56881745
WidgetsList inheritance not working as expected].
--
Ticket URL: <http://trac.turbogears.org/ticket/2014>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---