Merge pull request #11470 from rebeccahhh/devel

Jobs page filter status with OR operator
This commit is contained in:
Sarah Akus 2021-12-16 16:45:47 -05:00 committed by GitHub
commit ddc428532f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ function JobList({ defaultParams, showTypeColumn = false }) {
},
{
name: t`Status`,
key: 'status',
key: 'or__status',
options: [
[`new`, t`New`],
[`pending`, t`Pending`],