Skip to content

Commit e68762b

Browse files
committed
Admin: remove link to main/session/cron_status.php and to main/admin/import_course_agenda_reminders.php until reimplementing the function - refs BT#22518
1 parent cd05124 commit e68762b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/CoreBundle/Controller/Admin/IndexBlocksController.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,14 @@ private function getItemsPlatform(): array
455455
'route' => ['name' => 'CCalendarEventList', 'query' => ['type' => 'global']],
456456
'label' => $this->translator->trans('Global agenda'),
457457
];
458+
// Disabled until it is reemplemented to work with Chamilo 2
459+
/*
458460
$items[] = [
459461
'class' => 'item-agenda-reminders',
460462
'url' => '/main/admin/import_course_agenda_reminders.php',
461463
'label' => $this->translator->trans('Import course events'),
462464
];
465+
*/
463466
$items[] = [
464467
'class' => 'item-pages-list',
465468
'route' => ['name' => 'PageList'],
@@ -624,11 +627,13 @@ private function getItemsSettings(): array
624627
'label' => $this->translator->trans('Tickets'),
625628
];
626629

630+
// Disabled until it is reemplemented to work with Chamilo 2
631+
/*
627632
$items[] = [
628633
'url' => '/main/session/cron_status.php',
629634
'label' => $this->translator->trans('Update session status'),
630635
];
631-
636+
*/
632637
$items[] = [
633638
'class' => 'item-colors',
634639
'route' => ['name' => 'AdminConfigurationColors'],

0 commit comments

Comments
 (0)