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:
Ryan Petrello 2019-07-25 17:07:28 -04:00
parent a5c5874e20
commit e711d32ea2
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -271,7 +271,6 @@ const jobsSchedulesRoute = {
params: {
schedule_search: {
value: {
next_run__isnull: 'false',
order_by: 'unified_job_template__polymorphic_ctype__model'
},
dynamic: true