Make filter a bit more consistent accross UI

Add `description`, `created_by` and `modified_by` when those fields are
available.

See: https://github.com/ansible/awx/issues/7410
This commit is contained in:
nixocio
2020-09-24 11:40:26 -04:00
parent 820d4d292e
commit aa69b925ad
9 changed files with 74 additions and 0 deletions

View File

@@ -104,6 +104,10 @@ function NotificationTemplatesList({ i18n }) {
key: 'name',
isDefault: true,
},
{
name: i18n._(t`Description`),
key: 'description__icontains',
},
{
name: i18n._(t`Type`),
key: 'notification_type',