Commit dd94778
authored
Add missing help-discover template to base theme (#1968)
The /authentication/idp/help-discover route was throwing a generic
exception for any theme other than openconext because the template
only existed in theme/openconext/ but not in theme/base/ as a fallback.
The Twig @theme namespace resolves active theme first, then falls back
to base — adding the template there fixes the broken help button on the
WAYF screen for all non-openconext themes.
Fixes #18811 parent e8725a9 commit dd94778
1 file changed
Lines changed: 12 additions & 0 deletions
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments