Commit ef70e59
authored
fix(view): drop /wheels/* top nav in favor of debug footer (#2419)
The top navigation in _header.cfm duplicated links already provided by
the debug bar emitted at onrequestend (System Info / Routes / API /
Guides / Migrator / Packages / Plugins). Drop the nav include to
eliminate the duplicate surface.
Public.cfc handlers <cfinclude> their views directly without going
through renderView, so request.wheels.showDebugInformation never
flipped on /wheels/info, /wheels/routes, etc. — the bar wouldn't
have appeared even after dropping the top nav. Opt into the bar
from both _header.cfm and _header_simple.cfm so any view using
either layout self-arms the debug footer.
Extends the pattern from #2406 (welcome + error pages) to the rest
of the dev-tools admin pages.1 parent 5860ecd commit ef70e59
2 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
10 | 21 | | |
11 | 22 | | |
12 | 23 | | |
| |||
440 | 451 | | |
441 | 452 | | |
442 | 453 | | |
443 | | - | |
444 | 454 | | |
445 | 455 | | |
446 | 456 | | |
447 | 457 | | |
448 | | - | |
449 | 458 | | |
450 | 459 | | |
451 | 460 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
4 | 14 | | |
5 | 15 | | |
6 | 16 | | |
| |||
0 commit comments