Skip to content
Snippets Groups Projects
Commit d3d83bb3 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

added blocklist function to navigation

parent 8a8cfd5d
No related branches found
No related tags found
No related merge requests found
......@@ -763,6 +763,9 @@ class AdminController extends PluginController
public function blocklist_action()
{
if(Navigation::hasItem($this->admin_nav_path . '/blocklist')) {
Navigation::activateItem($this->admin_nav_path . '/blocklist');
}
$sidebar = Sidebar::get();
$actions = new ActionsWidget();
$actions->addLink(
......
pluginname=TandemPlugin
pluginclassname=TandemPlugin
origin=data-quest
version=1.5.2
version=1.5.3
description=Dieses Plugin ermöglicht es, Sprachtandems innerhalb der Stud.IP Platform zu bilden.
studipMinVersion=5.0
studipMaxVersion=5.9.99
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment