mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
don't filter out schedules that have a null next_run
when schedules are disabled, their `next_run` is unset; we should still show them in this list view, just with an empty value in the `next_run` column (they're disabled, so they'll never run)
This commit is contained in:
parent
a5c5874e20
commit
e711d32ea2
@ -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