diff --git a/.changeset/owner-column-cleanup.md b/.changeset/owner-column-cleanup.md new file mode 100644 index 0000000000..709f74f781 --- /dev/null +++ b/.changeset/owner-column-cleanup.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder': patch +--- + +Simplified the `OwnerEntityColumn` in the task list to rely on `EntityRefLink` and the entity presentation API instead of manually fetching entities from the catalog.