From 85dbd4517866e06f905a8d9f725191f2f1acb37c Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Thu, 4 Nov 2021 14:53:18 +0100
Subject: [PATCH] TMSS-1144: fixed template

---
 .../Responsive_Telescope_HBA_LoTSS-1.json                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/scheduling_unit_observing_strategy_template/Responsive_Telescope_HBA_LoTSS-1.json b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/scheduling_unit_observing_strategy_template/Responsive_Telescope_HBA_LoTSS-1.json
index a037d704e92..93b65c1563a 100644
--- a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/scheduling_unit_observing_strategy_template/Responsive_Telescope_HBA_LoTSS-1.json
+++ b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/scheduling_unit_observing_strategy_template/Responsive_Telescope_HBA_LoTSS-1.json
@@ -73,7 +73,7 @@
         "between": []
       }
     },
-    "scheduling_constraints_template": "constraints",
+    "scheduling_constraints_template": { "name": "constraints" },
     "task_relations": [
       {
         "consumer": "Calibrator Pipeline",
-- 
GitLab