Merge pull request #23984 from RoadieHQ/tasks-search

allow the task list search to work on the title field
This commit is contained in:
Ben Lambert
2024-04-04 12:30:30 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Allow the task list search to work on the Scaffolder template title.
@@ -105,6 +105,7 @@ const ListTaskPageContent = (props: MyTaskPageProps) => {
},
{
title: 'Template',
field: 'spec.templateInfo.entity.metadata.title',
render: row => (
<TemplateTitleColumn
entityRef={row.spec.templateInfo?.entityRef}