allow the task list search to work on the title field

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2024-04-04 11:08:49 +01:00
parent 23f9a92c3b
commit 605c971520
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}