Opened 9 years ago
Closed 9 years ago
#8154 closed feature (fixed)
Widget: Deprecate widgetBaseClass property
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.0 |
Component: | ui.widget | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The widgetBaseClass
property was originally added for prefixing class names, but now that our naming convention for everything is the same, the property should be more generic. Let's rename to widgetFullName
and deprecate the use of widgetBaseClass
.
Change History (2)
comment:1 Changed 9 years ago by
Priority: | minor → blocker |
---|---|
Status: | new → open |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Widget: Rename widgetBaseClass to widgetFullName. Deprecates widgetBaseClass, to be removed later. Fixes #8154