StV Groups Drag&Drop

This commit is contained in:
chfhtw
2025-09-10 11:18:23 +02:00
parent ff061a3e95
commit 455698b28e
11 changed files with 758 additions and 76 deletions
+10
View File
@@ -35,4 +35,14 @@ export default {
params
};
},
saveStudent(student_uid, studiensemester_kurzbz, params) {
return {
method: 'post',
url: 'api/frontend/v1/stv/student/saveStudent/'
+ encodeURIComponent(student_uid)
+ '/'
+ encodeURIComponent(studiensemester_kurzbz),
params
};
}
};