mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
ripped out lock at due date flag
This commit is contained in:
@@ -62,7 +62,7 @@ public static class CoursePlannerExtensions
|
||||
return assignment with
|
||||
{
|
||||
DueAt = dueAt,
|
||||
LockAt = assignment.LockAtDueDate ? dueAt : lockAt
|
||||
LockAt = lockAt
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user