From e8069646bcfaba0e32ff8752704b4b2580ff7458 Mon Sep 17 00:00:00 2001 From: Matt Bevilacqua Date: Wed, 1 May 2024 10:45:47 -0400 Subject: [PATCH] Make sure courses can be saved --- src/goalServices/goals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/goalServices/goals.js b/src/goalServices/goals.js index b4c70f7a00..ec4a727fc8 100644 --- a/src/goalServices/goals.js +++ b/src/goalServices/goals.js @@ -2145,6 +2145,7 @@ async function createObjectivesForGoal(goal, objectives, report) { topics, resources, files, + courses, ttaProvided: objective.ttaProvided, closeSuspendReason, closeSuspendContext,