Skip to content

Commit

Permalink
exercise: fixed grades link
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Sep 28, 2023
1 parent 480b4fe commit 027f356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Exercise/classes/class.ilObjExerciseGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ public static function _goto(
switch ($action) {
case "grades":
$ilCtrl->redirectByClass(
array("ilRepositoryGUI", "ilExerciseHandlerGUI", "ilObjExerciseGUI", "ilExerciseManagementGUI"),
array("ilExerciseHandlerGUI", "ilObjExerciseGUI", "ilExerciseManagementGUI"),
"members"
);
break;
Expand All @@ -892,7 +892,7 @@ public static function _goto(
case "setdownload":
$ilCtrl->setParameterByClass("ilExerciseHandlerGUI", "member_id", $member);
$ilCtrl->redirectByClass(
array("ilRepositoryGUI", "ilExerciseHandlerGUI", "ilObjExerciseGUI", "ilExerciseManagementGUI"),
array("ilExerciseHandlerGUI", "ilObjExerciseGUI", "ilExerciseManagementGUI"),
"waitingDownload"
);
break;
Expand Down

0 comments on commit 027f356

Please sign in to comment.