mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
fixed bug where rubric was resetting description
This commit is contained in:
@@ -45,6 +45,7 @@ public class AssignmentEditorContext
|
||||
)
|
||||
.ToArray();
|
||||
|
||||
Assignment = newAssignment;
|
||||
planner.LocalCourse = planner.LocalCourse with { Modules = updatedModules };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user