Skip to content
Snippets Groups Projects
Commit ae66a1a9 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

Resolve "Suche im Vorlesungsverzeichnis funktioniert nicht"

Closes #3753

Merge request studip/studip!2612
parent 00facfae
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,7 @@ export default { ...@@ -103,6 +103,7 @@ export default {
this.getNode(this.searchConfig.startId).then(response => { this.getNode(this.searchConfig.startId).then(response => {
return this.getNodeCourses( return this.getNodeCourses(
response.data.data, response.data.data,
0,
this.searchConfig.semester, this.searchConfig.semester,
this.searchConfig.semclass, this.searchConfig.semclass,
this.searchConfig.searchterm, this.searchConfig.searchterm,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment