Skip to content
Snippets Groups Projects
Commit 75ba1ce1 authored by Manuel Schwarz's avatar Manuel Schwarz :headphones:
Browse files

Fix delete_match for the admin/index view.

parent 65bcf19e
No related branches found
No related tags found
1 merge request!3Fix delete_match for the admin/index view.
pluginclassname=OSKA pluginclassname=OSKA
pluginname=OSKA pluginname=OSKA
origin=virtUOS origin=virtUOS
version=1.1.8 version=1.1.9
studipMinVersion=4.0 studipMinVersion=4.0
studipMaxVersion=5.2.99 studipMaxVersion=5.2.99
category=Kommunikation und Zusammenarbeit category=Kommunikation und Zusammenarbeit
......
...@@ -87,10 +87,7 @@ ...@@ -87,10 +87,7 @@
['data-dialog' => ''] ['data-dialog' => '']
) ?> ) ?>
<? $actionMenu->addLink( <? $actionMenu->addLink(
$controller->url_for('admin/delete_match',[ $controller->url_for("admin/delete_match/{$issue['mentee']->user_id}/{$issue['mentor']->user_id}"),
'mentee_id' => $issue['mentee']->user_id,
'mentor_id' => $issue['mentor']->user_id
]),
_('Match auflösen'), _('Match auflösen'),
Icon::create('decline', 'clickable', ['title' => _('Match auflösen')]) Icon::create('decline', 'clickable', ['title' => _('Match auflösen')])
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment