mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
removed assignment id from assignment page
This commit is contained in:
@@ -16,7 +16,6 @@ public static class CoursePlannerExtensions
|
||||
{
|
||||
Assignments = module.Assignments
|
||||
.OrderBy(a => a.DueAt)
|
||||
.DistinctBy(a => a.Id)
|
||||
.Select(a => a.validateSubmissionTypes())
|
||||
.Select(a => a.validateDates())
|
||||
.ToArray()
|
||||
|
||||
Reference in New Issue
Block a user