Skip to content

Add missing help-discover template to base theme#1968

Open
kayjoosten wants to merge 1 commit intomainfrom
feature/issue-1881-missing-base-template
Open

Add missing help-discover template to base theme#1968
kayjoosten wants to merge 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
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

1 participant