We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58ddcb commit 6d05a26Copy full SHA for 6d05a26
1 file changed
Calendar/Calendar.py
@@ -33,7 +33,7 @@ def user_can_see_event_details(event):
33
if model.IsUserInRole("Admin"):
34
return True
35
36
- if not model.IsUserInRole("OrgLeaderOnly"):
+ if not model.IsUserInRole("OrgLeadersOnly"):
37
38
39
if hasattr(event, 'IsMember') and event.IsMember:
0 commit comments