Modify ↓
#11199 closed enhancement (fixed)
Reduce code complexity by eliminating the `roadmap_navigation` option
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | ExtendedVersionPlugin |
| Severity: | normal | Keywords: | |
| Cc: | AlexK | Trac Release: |
Description
Rather than using the roadmap_navigation option, we can just check whether trac.ticket.roadmap is enabled. The behavior when trac.ticket.roadmap is disabled will be equivalent to roadmap_navigation = true.
Attachments (0)
Note: See
TracTickets for help on using
tickets.



In 13314: