mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Merge pull request #4378 from ryanpetrello/run-rabbit-run
don't filter out schedules that have a null `next_run` Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
94e14ae6f8
@ -271,7 +271,6 @@ const jobsSchedulesRoute = {
|
||||
params: {
|
||||
schedule_search: {
|
||||
value: {
|
||||
next_run__isnull: 'false',
|
||||
order_by: 'unified_job_template__polymorphic_ctype__model'
|
||||
},
|
||||
dynamic: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user