From d94f766fcbe5cf68370830430d980b67d6cfd164 Mon Sep 17 00:00:00 2001 From: a_nackov Date: Thu, 13 Jun 2024 17:49:54 +0300 Subject: [PATCH] Fix notification name search (#15231) Signed-off-by: Adrian Nackov --- .../NotificationTemplateList/NotificationTemplateList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js b/awx/ui/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js index bf5c430f87..5a07c40e01 100644 --- a/awx/ui/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js +++ b/awx/ui/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js @@ -120,7 +120,7 @@ function NotificationTemplatesList() { toolbarSearchColumns={[ { name: t`Name`, - key: 'name', + key: 'name__icontains', isDefault: true, }, {