RaPla Middleware: Fixing elective modules for semester 6
This commit is contained in:
parent
7622416a2f
commit
8a6b221513
|
@ -146,7 +146,12 @@ export const removeElective = function (ical: iCalFile, chosenElective: string):
|
||||||
{name: 'Forensik'},
|
{name: 'Forensik'},
|
||||||
{name: 'Kryptographische Verfahren'},
|
{name: 'Kryptographische Verfahren'},
|
||||||
{name: 'Robotik'},
|
{name: 'Robotik'},
|
||||||
{name: 'Web-Services'}
|
{name: 'Web-Services'},
|
||||||
|
{name: 'High Performance Computing'},
|
||||||
|
{name: 'Digitale Audiosignalverarbeitung'},
|
||||||
|
{name: 'Psychologische Grundlagen für Informatiker'},
|
||||||
|
{name: 'Erklärbare Künstliche Intelligenz'},
|
||||||
|
{name: 'Innovation Management'}
|
||||||
];
|
];
|
||||||
electiveToRemove.splice(parseInt(chosenElective), 1);
|
electiveToRemove.splice(parseInt(chosenElective), 1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user