diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-05-11 08:42:11 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-05-11 08:42:11 +0000 |
| commit | f8529970a4018ee95b52a9c3bede75f3098186b4 (patch) | |
| tree | 936a46eff8ddbdb9dfc7e1463d3f82b8cb53c3ec /templates/sidebar | |
| parent | 6b3ca21b124871ca44af1584214a6eb5e907a06f (diff) | |
TIC #608
Merge request studip/studip!421
Diffstat (limited to 'templates/sidebar')
| -rw-r--r-- | templates/sidebar/room-clipboard-item.php | 2 |
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', |
