Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-25 19:41:13 +0300
committerPhil Hughes <me@iamphill.com>2017-04-26 14:23:29 +0300
commit8efa88a306f599f131100296f2b8bb7ae1590741 (patch)
treee3afc617302c31c5e05dedf60668b72459d333aa /app/controllers/projects/milestones_controller.rb
parent79c7188a870bbbf4fba294a8d88530fcfe2403be (diff)
Fixed feature spec not waiting for ajax request to finish
Fixed 404 in project milestones when not logged in
Diffstat (limited to 'app/controllers/projects/milestones_controller.rb')
-rw-r--r--app/controllers/projects/milestones_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/milestones_controller.rb b/app/controllers/projects/milestones_controller.rb
index 5c270501a24..c56bce19eee 100644
--- a/app/controllers/projects/milestones_controller.rb
+++ b/app/controllers/projects/milestones_controller.rb
@@ -8,7 +8,7 @@ class Projects::MilestonesController < Projects::ApplicationController
before_action :authorize_read_milestone!
# Allow admin milestone
- before_action :authorize_admin_milestone!, except: [:index, :show]
+ before_action :authorize_admin_milestone!, except: [:index, :show, :merge_requests, :participants, :labels]
respond_to :html