Ticket #5869 (closed feature: fixed)
Accordion: Deprecate navigation options
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.9.0 |
| Component: | ui.accordion | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Deprecate the navigation and navigationFilter options. Create a demo showing how to accomplish this using the active option.
Change History
comment:2 Changed 2 years ago by Scott González
- Status changed from new to closed
- Resolution set to fixed
Accordion: Split out navigation options into an extension. Fixes #5869 - Accordion: Deprecate navigation options.
Changeset: f73d4217537e130e2f41a7ee6729585a5c229107
comment:3 follow-up: ↓ 4 Changed 2 years ago by joern.zaefferer
How do we keep track of deprecated code to remove for 2.0?
comment:4 in reply to: ↑ 3 Changed 2 years ago by scott.gonzalez
Replying to joern.zaefferer:
How do we keep track of deprecated code to remove for 2.0?
There are two different ways that we're tracking this:
1) The code is refactored so that it can just be deleted and then is marked as deprecated.
-- In this case, the navigation options were implemented as an extension as the bottom of the file.
2) There's a blocker feature ticket with a milestone of 1.next to remove the code.
-- In this case, the ticket is #5870.


#5870 will remove this options after they have been deprecated.