diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-25 09:09:05 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-25 09:09:05 +0000 |
| commit | 012ed4e4f69ab58f9d9b58140865a734fa5a9c88 (patch) | |
| tree | 5ffb4f87d8b495a89662f0e5218c9dd3f4ae0f38 /app/controllers/projects_controller.rb | |
| parent | 5b9a8005eaf815a0cae80a8482ff3f272d33e042 (diff) | |
| download | gitlab-ce-012ed4e4f69ab58f9d9b58140865a734fa5a9c88.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects_controller.rb')
| -rw-r--r-- | app/controllers/projects_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 37e472050a0..4de46c9579e 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -41,7 +41,7 @@ class ProjectsController < Projects::ApplicationController push_licensed_feature(:file_locks) if @project.present? && @project.licensed_feature_available?(:file_locks) push_licensed_feature(:security_orchestration_policies) if @project.present? && @project.licensed_feature_available?(:security_orchestration_policies) push_force_frontend_feature_flag(:work_items, @project&.work_items_feature_flag_enabled?) - push_frontend_feature_flag(:work_items_mvc_2) + push_force_frontend_feature_flag(:work_items_mvc_2, @project&.work_items_mvc_2_feature_flag_enabled?) push_frontend_feature_flag(:package_registry_access_level) push_frontend_feature_flag(:work_items_hierarchy, @project) end |
