mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
updated rubric editor to be live
This commit is contained in:
@@ -26,7 +26,6 @@ public class AssignmentEditorContext
|
||||
{
|
||||
if (planner.LocalCourse != null)
|
||||
{
|
||||
Console.WriteLine(newAssignment.Description);
|
||||
var currentModule =
|
||||
planner.LocalCourse.Modules.First(
|
||||
m => m.Assignments.Select(a => a.Id).Contains(newAssignment.Id)
|
||||
|
||||
Reference in New Issue
Block a user