-
Bug
-
Resolution: Unresolved
-
Normal
-
1.8.0
Description of problem:
When navigating to a specific template in the scaffolder (e.g., /create/templates/default/notifications-demo), the browser tab title displays a generic "Create a new component | Backstage Example App" instead of showing the actual template title like "Test Notifications template | Backstage Example App".
This makes it difficult for users to identify which template they are working on when multiple tabs are open.
Prerequisites (if any, like setup, operators/versions):
- Backstage application with scaffolder plugin enabled
- At least one template registered in the catalog
Steps to Reproduce
- Navigate to the Backstage application
- Go to the "Create" page (/create)
- Select any template (e.g., "Test Notifications template")
- Observe the browser tab title
Actual results:
The browser tab title shows: "Create a new component | Backstage Example App"
Expected results:
The browser tab title should show the specific template title: "Test Notifications template | Backstage Example App"
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
- Backstage version: latest main branch
- Affected plugin: @backstage/plugin-scaffolder
- Affected component: TemplateWizardPage