mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
moved assignment editing to its own page
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
|
||||
void handleClick(MouseEventArgs e, LocalCourse course)
|
||||
{
|
||||
logger.LogInformation("here");
|
||||
@* logger.LogInformation("here"); *@
|
||||
planner.LocalCourse = course;
|
||||
Navigation.NavigateTo("/course/" + course.Name);
|
||||
Console.WriteLine("navigated to course detail");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
<div class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user