Skip to content
Snippets Groups Projects
Commit 821e99df authored by David Siegfried's avatar David Siegfried
Browse files

Merge branch 'biest-52' into 'main'

show room-details for admins

Closes #52

See merge request studip/studip!9
parents 2cc8b70e dd085a2c
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,8 @@ class Resources_RoomPlanningController extends AuthenticatedController
'id' => 'export-resource-bookings-action'
]
);
}
if($GLOBALS['perm']->have_perm('admin')) {
if ($this->resource instanceof Room) {
$actions->addLink(
_('Raumeigenschaften anzeigen'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment