allow the task list search to work on the title field
Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user