Skip to content
Snippets Groups Projects
Commit f45af4df authored by Moritz Strohm's avatar Moritz Strohm
Browse files

do not show personal bookings in the booking plans for study groups, fixes #102

parent 80a33b07
No related branches found
Tags v5.10.3
No related merge requests found
......@@ -252,6 +252,7 @@ trait LernraumObject
if (($is_study_group_booking && $user_in_study_group)
|| (!$is_study_group_booking &&
($booking->range_id == $range_id) &&
($booking->range_id == $GLOBALS['user']->id)))
{
$booking_interval['color'] = '#ffbd33';
......
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