Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#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 Scott González

Owner: set to scott.gonzalez
Status: newaccepted

comment:2 Changed 13 years ago by Scott González

Milestone: 1.81.next

comment:3 Changed 13 years ago by Scott González

Priority: criticalmajor

comment:4 Changed 13 years ago by Scott González

Component: ui.coreui.widget

comment:5 Changed 12 years ago by Scott González

Resolution: fixed
Status: acceptedclosed

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.

Changeset: ef1202dbe0af19b7929d6a31ef1ec66db7147889

comment:6 Changed 12 years ago by Scott González

Milestone: 1.next1.9

comment:7 Changed 12 years ago by Scott González

Type: bugfeature
Note: See TracTickets for help on using tickets.