Opened 9 years ago
Closed 9 years ago
#9543 closed feature (fixed)
Widget bridge: Make _init() optional.
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.widget | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Right now, if you want to support setting options init without explicitly calling the options()
method, you must also implemente the _init()
method. However, the need for an _init()
method is extremely rare. We should make this optional.
Change History (2)
comment:1 Changed 9 years ago by
Milestone: | none → 1.11.0 |
---|---|
Status: | new → open |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Widget Bridge: Make the _init method optional. Add tests for both states. Fixes #9543 - Widget bridge: Make _init() optional.