Skip to content
Snippets Groups Projects
Commit 5b0f48c3 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix typo

parent 530f1295
No related branches found
No related tags found
1 merge request!369Resolve "Permissions for timetables are not checked properly"
......@@ -463,7 +463,7 @@ class LessonEvent(CalendarEvent):
or (
type_ == "ROOM"
and check_global_permission(
request.user, "chronos.chronos.view_all_room_timetables"
request.user, "chronos.view_all_room_timetables"
)
)
or (
......
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