-
Bug
-
Resolution: Done
-
Critical
-
1.7.0
-
1
-
False
-
-
False
-
Release Note Not Required
-
-
-
Critical
Description of problem:
The homepage title no longer respects the configuration set via the title field in homepage.yaml. It always defaults to "Welcome back!", ignoring the value provided in the configuration.
This appears to have regressed after the changes introduced inPR #745, specifically around this line.
Prerequisites (if any, like setup, operators/versions):
- Red Hat Developer Hub setup with dynamic plugin homepage enabled
- Custom homepage.yaml with title configured
Steps to Reproduce
- Navigate to your RHDH deployment with dynamic homepage plugin
- Provide a custom title in homepage.yaml
- Open the homepage in the browser
Actual results:
The homepage title always shows "Welcome back!" regardless of what is configured in homepage.yaml.
Expected results:
The homepage title should reflect the value set in the title field of the homepage.yaml configuration.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
- RHDH version: 1.7.0 or latest main
Additional info (Such as Logs, Screenshots, etc):
Header Configuration Reference
Related PR: https://github.com/redhat-developer/rhdh-plugins/pull/745