Skip to content
Snippets Groups Projects
Commit 500160b0 authored by yorickreum's avatar yorickreum
Browse files

include deactivated workflows table in breadcrumb

parent 6b544eb0
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ if ($hassiteconfig) { ...@@ -39,6 +39,7 @@ if ($hassiteconfig) {
183 * 24 * 60 * 60)); // Dafault value is 180 days. 183 * 24 * 60 * 60)); // Dafault value is 180 days.
$ADMIN->add('lifecycle_category', new tool_lifecycle\admin_page_active_processes()); $ADMIN->add('lifecycle_category', new tool_lifecycle\admin_page_active_processes());
$ADMIN->add('lifecycle_category', new tool_lifecycle\admin_page_deactivated_workflows());
$ADMIN->add('lifecycle_category', new tool_lifecycle\admin_page_course_backups()); $ADMIN->add('lifecycle_category', new tool_lifecycle\admin_page_course_backups());
$ADMIN->add('lifecycle_category', new tool_lifecycle\admin_page_sublugins()); $ADMIN->add('lifecycle_category', new tool_lifecycle\admin_page_sublugins());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment