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
commit 229f0d97f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}