mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02: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:
@@ -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