Connected SemesterOverviewLecturer and Calenderview
This commit is contained in:
@@ -38,7 +38,8 @@ export default function SemesteroverviewLecturer(p) {
|
||||
|
||||
function onClickSemester(e, m) {
|
||||
if (m.target === m.currentTarget) {
|
||||
localStorage.setItem("currentsid", e.id)
|
||||
localStorage.setItem("currentsid", e.semesterid)
|
||||
localStorage.setItem("currentmodulename", e.name)
|
||||
router.push("/planning")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user