mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02: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:
@@ -271,7 +271,6 @@ const jobsSchedulesRoute = {
|
|||||||
params: {
|
params: {
|
||||||
schedule_search: {
|
schedule_search: {
|
||||||
value: {
|
value: {
|
||||||
next_run__isnull: 'false',
|
|
||||||
order_by: 'unified_job_template__polymorphic_ctype__model'
|
order_by: 'unified_job_template__polymorphic_ctype__model'
|
||||||
},
|
},
|
||||||
dynamic: true
|
dynamic: true
|
||||||
|
|||||||
Reference in New Issue
Block a user