Merge pull request #11307 from jakemcdermott/default-template-search-labels

Add labels to default template search
This commit is contained in:
Kersom
2021-11-16 15:14:55 -05:00
committed by GitHub

View File

@@ -215,6 +215,10 @@ function TemplateList({ defaultParams }) {
name: t`Modified By (Username)`,
key: 'modified_by__username__icontains',
},
{
name: t`Label`,
key: 'labels__name__icontains',
},
]}
toolbarSearchableKeys={searchableKeys}
toolbarRelatedSearchableKeys={relatedSearchableKeys}