Skip to content

Commit d682ed3

Browse files
committed
Admin: Session: remove link to move_users_from_course_to_session until reimplementing the function - refs BT#22518
1 parent 7cc8524 commit d682ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CoreBundle/Controller/Admin/IndexBlocksController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,12 +856,12 @@ private function getItemsSessions(): array
856856
'url' => '/main/admin/user_move_stats.php',
857857
'label' => $this->translator->trans('Move users results from/to a session'),
858858
];
859-
*/
860859
$items[] = [
861860
'class' => 'item-session-user-move',
862861
'url' => '/main/coursecopy/move_users_from_course_to_session.php',
863862
'label' => $this->translator->trans('Move users results from base course to a session'),
864863
];
864+
*/
865865

866866
$items[] = [
867867
'class' => 'item-career-dashboard',

0 commit comments

Comments
 (0)