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-11-06 21:07:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-06 21:07:05 +0300
commit2644e59eb5a3a976d445a08727f41428647fdbec (patch)
tree38c819b7ba781e88b6cdd9a05eff53c78c4a9486 /app/controllers
parent31e17bdaabfc530fa0358f4a86800865011a0b23 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/import/bulk_imports_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/import/bulk_imports_controller.rb b/app/controllers/import/bulk_imports_controller.rb
index 443eb37e1d7..bc425323d6f 100644
--- a/app/controllers/import/bulk_imports_controller.rb
+++ b/app/controllers/import/bulk_imports_controller.rb
@@ -6,6 +6,10 @@ class Import::BulkImportsController < ApplicationController
before_action :ensure_bulk_import_enabled
before_action :verify_blocked_uri, only: :status
+ before_action only: [:history] do
+ push_frontend_feature_flag(:bulk_import_details_page)
+ end
+
feature_category :importers
urgency :low