fixed bug where rubric was resetting description

This commit is contained in:
2023-08-21 11:05:22 -06:00
parent ebf304fdf5
commit 3bc4210a56
3 changed files with 17 additions and 8 deletions

View File

@@ -45,6 +45,7 @@ public class AssignmentEditorContext
)
.ToArray();
Assignment = newAssignment;
planner.LocalCourse = planner.LocalCourse with { Modules = updatedModules };
}
}