aboutsummaryrefslogtreecommitdiff
path: root/templates/sidebar
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2022-05-11 08:42:11 +0000
committerMoritz Strohm <strohm@data-quest.de>2022-05-11 08:42:11 +0000
commitf8529970a4018ee95b52a9c3bede75f3098186b4 (patch)
tree936a46eff8ddbdb9dfc7e1463d3f82b8cb53c3ec /templates/sidebar
parent6b3ca21b124871ca44af1584214a6eb5e907a06f (diff)
TIC #608
Merge request studip/studip!421
Diffstat (limited to 'templates/sidebar')
-rw-r--r--templates/sidebar/room-clipboard-item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar/room-clipboard-item.php b/templates/sidebar/room-clipboard-item.php
index c7d5734..994713c 100644
--- a/templates/sidebar/room-clipboard-item.php
+++ b/templates/sidebar/room-clipboard-item.php
@@ -48,7 +48,7 @@ if (!$item) {
</td>
<td class="item-actions">
<?
- $actions = ActionMenu::get();
+ $actions = ActionMenu::get()->setContext($item['name'] ?: '');
$actions->addLink(
Room::getLinkForAction(
'show',