Skip to main content

Search and Top Navigation

#5056 closed feature (fixed)

Opened January 12, 2010 04:22AM UTC

Closed January 14, 2011 09:55PM UTC

Last modified June 13, 2011 09:01PM UTC

Widget factory: Remove need to call base destroy method

Reported by: scottgonzalez Owned by: scottgonzalez
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.

Attachments (0)
Change History (7)

Changed January 12, 2010 04:22AM UTC by scottgonzalez comment:1

owner: → scott.gonzalez
status: newaccepted

Changed January 28, 2010 02:02AM UTC by scottgonzalez comment:2

milestone: 1.81.next

Changed January 28, 2010 02:02AM UTC by scottgonzalez comment:3

priority: criticalmajor

Changed January 28, 2010 02:02AM UTC by scottgonzalez comment:4

component: ui.coreui.widget

Changed January 14, 2011 09:55PM UTC by Scott González comment:5

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

Changed January 14, 2011 09:59PM UTC by scottgonzalez comment:6

milestone: 1.next1.9

Changed June 13, 2011 09:01PM UTC by scottgonzalez comment:7

type: bugfeature