Skip to content

Commit

Permalink
bug in looking at other's submission in collaborative phase
Browse files Browse the repository at this point in the history
  • Loading branch information
kegl committed Nov 24, 2019
1 parent f9aef2a commit be8183f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramp-database/ramp_database/tools/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def is_accessible_code(session, event_name, user_name,
return False

event = select_event_by_name(session, event_name)
if event.is_public:
if event.is_public_open:
return True
submission_name = (event.ramp_sandbox_name
if submission_name == 'sandbox' else submission_name)
Expand Down

0 comments on commit be8183f

Please sign in to comment.