Skip to content
Snippets Groups Projects
Commit 041b69ff authored by Nico Vermaas's avatar Nico Vermaas
Browse files

update dev database

parent f510a5f6
No related branches found
No related tags found
1 merge request!340SDC-1188 step 2 deploy
Pipeline #72432 passed
......@@ -71,6 +71,7 @@ class TaskFilter(filters.FilterSet):
'predecessor': ['isnull'],
'predecessor__status': ['exact', 'icontains', 'in', 'startswith'],
'activity__id': ['exact'],
'activity__ingested_fraction' : ['exact','lt', 'lte', 'gt', 'gte','isnull'],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment