Skip to content
Snippets Groups Projects
Commit cca50cff authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

fixes #1421

Closes #1421

Merge request studip/studip!2753
parent e60df653
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* Defaults to false (do not show actions). * Defaults to false (do not show actions).
* $user_has_booking_rights: Boolean: Whether the user for which this template * $user_has_booking_rights: Boolean: Whether the user for which this template
* is rendered has booking rights on the resource (true) or not (false). * is rendered has booking rights on the resource (true) or not (false).
* $show_room_picture: Boolean: Whether to display the room picture or not. * $show_picture: Boolean: Whether to display the room picture or not.
* Defaults to false (do not show picture). * Defaults to false (do not show picture).
* $additional_properties: Array: Additional properties * $additional_properties: Array: Additional properties
* that shall be displayed in extra columns. * that shall be displayed in extra columns.
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
'user_has_booking_rights' => $room->userHasBookingRights( 'user_has_booking_rights' => $room->userHasBookingRights(
$user $user
), ),
'show_room_picture' => true, 'show_picture' => true,
'additional_columns' => [ 'additional_columns' => [
$room->category->name, $room->category->name,
] ]
......
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