Merge pull request #33170 from dbmdz/gitlab-repo-picker-improvements

Gitlab repo picker improvements
This commit is contained in:
Fredrik Adelöw
2026-03-31 15:55:10 +02:00
committed by GitHub
3 changed files with 49 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-scaffolder': patch
---
Fix the display of the description in `GitlabRepoPicker`:
- Move `owner.description` helper text outside the `allowedOwners` conditional so it renders for both `Select` and `Autocomplete` modes.
- Update the `Autocomplete` label to use `fields.gitlabRepoPicker.owner.inputTitle` instead of `fields.gitlabRepoPicker.owner.title`.