Skip to content

Commit

Permalink
Merge pull request #4378 from ryanpetrello/run-rabbit-run
Browse files Browse the repository at this point in the history
don't filter out schedules that have a null `next_run`

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 25, 2019
2 parents a5c5874 + e711d32 commit 94e14ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awx/ui/client/src/scheduler/schedules.route.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ const jobsSchedulesRoute = {
params: {
schedule_search: {
value: {
next_run__isnull: 'false',
order_by: 'unified_job_template__polymorphic_ctype__model'
},
dynamic: true
Expand Down

0 comments on commit 94e14ae

Please sign in to comment.