#5056 closed feature (fixed)
Widget factory: Remove need to call base destroy method
Reported by: | Scott González | Owned by: | Scott González |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.widget | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The base destroy method should call _destroy so that each plugin doesn't need to call into the base.
Change History (7)
comment:1 Changed 13 years ago by
Owner: | set to scott.gonzalez |
---|---|
Status: | new → accepted |
comment:2 Changed 13 years ago by
Milestone: | 1.8 → 1.next |
---|
comment:3 Changed 13 years ago by
Priority: | critical → major |
---|
comment:4 Changed 13 years ago by
Component: | ui.core → ui.widget |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:6 Changed 12 years ago by
Milestone: | 1.next → 1.9 |
---|
comment:7 Changed 12 years ago by
Type: | bug → feature |
---|
Note: See
TracTickets for help on using
tickets.
Widget: destroy() now calls _destroy() so that widgets don't need to call the base destroy method. Fixes #5056 - Widget factory: Remove need to call base destroy method.