Ticket #7141 (closed feature: fixed)
Tabs: Deprecate add and remove methods
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.9.0 |
| Component: | ui.tabs | Version: | 1.8.10 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: | #7140 |
Description (last modified by scott.gonzalez) (diff)
The add and remove methods will be removed in favor of a new refresh method. This is consistent with how new plugins are updated after initialization. Removing these methods also means that the add and remove events are being removed.
Change History
comment:1 Changed 2 years ago by scott.gonzalez
- Priority changed from minor to blocker
- Status changed from new to open
- Blocked by 7140 added
comment:4 Changed 2 years ago by scott.gonzalez
Methods fully implemented and tested in 1bacdec6be7e9d543224c69344041aaccde059c0. Still need tests for related events.
comment:5 Changed 2 years ago by scott.gonzalez
- Status changed from open to closed
- Resolution set to fixed
Event tests added in 468e66ae62026a4a8c2be9c06222decbbcde4285.
Note: See
TracTickets for help on using
tickets.

