Commit 5cedada9 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch...

Merge branch '300520-foss-test-failure-feature_available-expected-2-arguments-but-given-1' into 'master'

Resolve "FOSS test failure - feature_available? expected 2 arguments but given 1" [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!53003
parents e26f7f1a 394c64db
- type = local_assigns.fetch(:type)
- bulk_issue_health_status_flag = type == :issues && @project&.group&.feature_available?(:issuable_health_status)
- epic_bulk_edit_flag = @project&.group&.feature_available?(:epics) && type == :issues
- bulk_iterations_flag = @project.feature_available?(:iterations) && @project&.group.present? && type == :issues
- bulk_iterations_flag = @project&.group&.feature_available?(:iterations) && type == :issues
%aside.issues-bulk-update.js-right-sidebar.right-sidebar{ "aria-live" => "polite", data: { 'signed-in': current_user.present? } }
.issuable-sidebar.hidden
......
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