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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-04 15:10:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-04 15:10:22 +0300
commit25f102516f8d77c397c768baa2e550779cc9c60b (patch)
tree1dd1bf83ad767d76933708bf948a7a7ccc6ff1ae /app/controllers/projects
parentd246f33754d73408224d68e81e56fc2bd6f79301 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects')
-rw-r--r--app/controllers/projects/environments_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/projects/environments_controller.rb b/app/controllers/projects/environments_controller.rb
index f17b70cf62a..aabea122fb6 100644
--- a/app/controllers/projects/environments_controller.rb
+++ b/app/controllers/projects/environments_controller.rb
@@ -8,10 +8,6 @@ class Projects::EnvironmentsController < Projects::ApplicationController
layout 'project'
- before_action only: [:index, :edit, :new] do
- push_frontend_feature_flag(:flux_resource_for_environment)
- end
-
before_action :authorize_read_environment!
before_action :authorize_create_environment!, only: [:new, :create]
before_action :authorize_stop_environment!, only: [:stop]