More Progress
This commit is contained in:
@@ -41,6 +41,9 @@ namespace MileageTraker.Web.Controllers
|
||||
SelectedMonth = query.Month.Value,
|
||||
SelectedLogType = query.LogType.ToString()
|
||||
};
|
||||
|
||||
Session.Add("LogPage", Request.Url.PathAndQuery);
|
||||
|
||||
return View(viewModel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user