mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
when creating assignments, verify the classroom url can be swapped
This commit is contained in:
@@ -36,6 +36,7 @@ export const canvasAssignmentService = {
|
||||
{
|
||||
source: "insert_github_classroom_url",
|
||||
destination: localAssignment.githubClassroomAssignmentShareLink || "",
|
||||
strict: true,
|
||||
},
|
||||
],
|
||||
});
|
||||
@@ -93,6 +94,7 @@ export const canvasAssignmentService = {
|
||||
source: "insert_github_classroom_url",
|
||||
destination:
|
||||
localAssignment.githubClassroomAssignmentShareLink || "",
|
||||
strict: true,
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user