Skip to content

Commit

Permalink
Merge pull request #1447 from GSA/jdonis/1390-non-gov-access
Browse files Browse the repository at this point in the history
Jdonis/1390 non gov access
  • Loading branch information
kkrug authored Oct 15, 2024
2 parents 27ae7cd + ffa569f commit 83ac80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web/controllers/phase_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ defmodule Web.PhaseController do

with {:ok, challenge} <- Challenges.get(challenge_id),
{:ok, challenge} <- Challenges.allowed_to_edit(user, challenge),
{:ok, challenge} <- Challenges.allowed_to_view_submission(user, challenge),
{:ok, phase} <- Phases.get(id) do
submissions_filter =
Map.merge(filter, %{
Expand Down

0 comments on commit 83ac80f

Please sign in to comment.