mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -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`,
|
||||
key: 'status',
|
||||
key: 'or__status',
|
||||
options: [
|
||||
[`new`, t`New`],
|
||||
[`pending`, t`Pending`],
|
||||
|
||||
Reference in New Issue
Block a user