Add description to the list of default search keys on workflow approvals list

This commit is contained in:
mabashian
2020-11-13 13:17:42 -05:00
parent 30e461c18e
commit ebf9bf429c

View File

@@ -174,6 +174,10 @@ function WorkflowApprovalsList({ i18n }) {
key: 'name__icontains',
isDefault: true,
},
{
name: i18n._(t`Description`),
key: 'description__icontains',
},
]}
toolbarSearchableKeys={searchableKeys}
toolbarRelatedSearchableKeys={relatedSearchableKeys}