Add changeset

Signed-off-by: Matthias Lindinger <matthias.lindinger@bsb-muenchen.de>
This commit is contained in:
Matthias Lindinger
2026-03-06 08:18:54 +01:00
parent 3129718fb9
commit 864a7993b2
+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`.