Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uni Osnabrück
Stud.IP
Commits
8bea063b
Commit
8bea063b
authored
1 year ago
by
Jan-Hendrik Willms
Committed by
David Siegfried
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fixes #3740
Closes #3740 Merge request
studip/studip!2598
parent
cec90ca4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/controllers/my_courses.php
+2
-2
2 additions, 2 deletions
app/controllers/my_courses.php
with
2 additions
and
2 deletions
app/controllers/my_courses.php
+
2
−
2
View file @
8bea063b
...
...
@@ -713,7 +713,7 @@ class MyCoursesController extends AuthenticatedController
/**
* Get the data array for presenting the course list in Vue.
*
* @param array $sem_courses
* @param array
|null
$sem_courses
* @param string $group_field
* @return array{
* courses: array,
...
...
@@ -730,7 +730,7 @@ class MyCoursesController extends AuthenticatedController
* }
* }
*/
private
function
getMyCoursesData
(
array
$sem_courses
,
string
$group_field
):
array
private
function
getMyCoursesData
(
?
array
$sem_courses
,
string
$group_field
):
array
{
$sem_data
=
Semester
::
getAllAsArray
();
$temp_courses
=
[];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment