Connected SemesterOverviewLecturer and Calenderview

This commit is contained in:
brausjonas
2023-06-07 21:58:54 +02:00
parent 7446fca94d
commit 530047ac68
6 changed files with 27308 additions and 10 deletions
@@ -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")
}