From 1d3efecd99b64ea6824e13094f03184ebeaa583d Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 5 May 2020 15:44:43 -0400 Subject: [PATCH] make job id search use number field --- awx/ui_next/src/components/JobList/JobList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/JobList/JobList.jsx b/awx/ui_next/src/components/JobList/JobList.jsx index 2ea00f415d..41e0be21d1 100644 --- a/awx/ui_next/src/components/JobList/JobList.jsx +++ b/awx/ui_next/src/components/JobList/JobList.jsx @@ -33,7 +33,7 @@ function JobList({ i18n, defaultParams, showTypeColumn = false }) { not__launch_type: 'sync', ...defaultParams, }, - ['page', 'page_size'] + ['id', 'page', 'page_size'] ); const [selected, setSelected] = useState([]);