Skip to content
Snippets Groups Projects
Commit adc6bf28 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Remove old comment

parent f462084a
No related branches found
No related tags found
1 merge request!104Propagate extra fields form group into WorkSpecifications
......@@ -44,7 +44,6 @@ class GroupCreateUpdateView(LoginRequiredMixin, UpdateView):
is_new = not form.instance.pk
group = form.save()
# TODO: parse Filters
if is_new:
obs_ids = split_obs_ids_string(form.data.get("obs_ids"))
batch_size = form.data.get("batch_size")
......
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