Skip to content
Snippets Groups Projects
Commit da417316 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-2836: let the commissioners decide if data is to be ingested

parent 2d9d3fc4
Branches
Tags
1 merge request!1232TMSS-2836
......@@ -577,6 +577,9 @@ def create_lofar2_sibling_scheduling_unit_draft_and_blueprint(scheduling_unit_bl
scheduling_unit_draft = create_scheduling_unit_draft_from_scheduling_unit_blueprint(scheduling_unit_blueprint)
scheduling_unit_draft.name = scheduling_unit_draft.name.replace("(Copy from blueprint)", "(Lofar2 sibling)")
# let the commissioners decide if data is to be ingested
scheduling_unit_draft.ingest_permission_required = True
# move the draft to the COM_LOFAR2 project, siblings scheduling_set
project = models.Project.objects.get(name="COM_LOFAR2")
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment