mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
change logical ANDs into logical ORs for filtering based on status in the JobsList
This commit is contained in:
@@ -214,7 +214,7 @@ function JobList({ defaultParams, showTypeColumn = false }) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: t`Status`,
|
name: t`Status`,
|
||||||
key: 'status',
|
key: 'or__status',
|
||||||
options: [
|
options: [
|
||||||
[`new`, t`New`],
|
[`new`, t`New`],
|
||||||
[`pending`, t`Pending`],
|
[`pending`, t`Pending`],
|
||||||
|
|||||||
Reference in New Issue
Block a user