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

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`],