Skip to content
Snippets Groups Projects
Commit 2b9b55f9 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-159: add missing subtask process time filters

parent 702792d0
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!591TMSS-159: add missing subtask process time filters
...@@ -140,6 +140,10 @@ class SubTaskFilter(property_filters.PropertyFilterSet): ...@@ -140,6 +140,10 @@ class SubTaskFilter(property_filters.PropertyFilterSet):
'scheduled_on_sky_stop_time': ['lt', 'gt'], 'scheduled_on_sky_stop_time': ['lt', 'gt'],
'actual_on_sky_start_time': ['lt', 'gt'], 'actual_on_sky_start_time': ['lt', 'gt'],
'actual_on_sky_stop_time': ['lt', 'gt'], 'actual_on_sky_stop_time': ['lt', 'gt'],
'scheduled_process_start_time': ['lt', 'gt'],
'scheduled_process_stop_time': ['lt', 'gt'],
'actual_process_start_time': ['lt', 'gt'],
'actual_process_stop_time': ['lt', 'gt'],
'cluster__name': ['exact', 'icontains'], 'cluster__name': ['exact', 'icontains'],
} }
filter_overrides = FILTER_OVERRIDES filter_overrides = FILTER_OVERRIDES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment