Skip to content

Add missing help-discover template to base theme#1968

Merged
kayjoosten merged 1 commit intomainfrom
feature/issue-1881-missing-base-template
Apr 13, 2026
Merged

Add missing help-discover template to base theme#1968
kayjoosten merged 1 commit intomainfrom
feature/issue-1881-missing-base-template

Conversation

@kayjoosten
Copy link
Copy Markdown
Contributor

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 #1881

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 #1881
@kayjoosten kayjoosten requested a review from johanib April 10, 2026 12:26
@kayjoosten kayjoosten merged commit dd94778 into main Apr 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing base-template

2 participants