Skip to content
Snippets Groups Projects
Commit a6610a14 authored by Moritz Strohm's avatar Moritz Strohm Committed by David Siegfried
Browse files

do not show overview in dialog, fixes #1895

Closes #1895

Merge request studip/studip!1245
parent f7f9f230
No related branches found
No related tags found
No related merge requests found
......@@ -320,6 +320,9 @@ class RoomManagement_OverviewController extends AuthenticatedController
'resources/room_group/permissions',
['room_ids' => $room_ids]
);
} else {
PageLayout::postInfo(_('Das Gebäude hat keine Räume.'));
$this->buildings = [];
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment