Commit b43d9482 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'dc-work-items-ff-group' into 'master'

Allowed work_items FF to be turned on with group context

See merge request gitlab-org/gitlab!81329
parents fac71f1e c1f289e9
...@@ -50,7 +50,7 @@ class Projects::IssuesController < Projects::ApplicationController ...@@ -50,7 +50,7 @@ class Projects::IssuesController < Projects::ApplicationController
push_frontend_feature_flag(:issue_assignees_widget, project, default_enabled: :yaml) push_frontend_feature_flag(:issue_assignees_widget, project, default_enabled: :yaml)
push_frontend_feature_flag(:paginated_issue_discussions, project, default_enabled: :yaml) push_frontend_feature_flag(:paginated_issue_discussions, project, default_enabled: :yaml)
push_frontend_feature_flag(:fix_comment_scroll, project, default_enabled: :yaml) push_frontend_feature_flag(:fix_comment_scroll, project, default_enabled: :yaml)
push_frontend_feature_flag(:work_items, project, default_enabled: :yaml) push_frontend_feature_flag(:work_items, project&.group, default_enabled: :yaml)
end end
around_action :allow_gitaly_ref_name_caching, only: [:discussions] around_action :allow_gitaly_ref_name_caching, only: [:discussions]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment