Skip to content

Update issues refactor to use `blockingCount` field

Coung Ngo requested to merge 322755-update-to-use-blockingCount into master

What does this MR do?

The blockingCount field was recently added to the GraphQL Issue type, which is the same count used for the current issues Haml page, so this MR updates the issues refactor (#322755 (closed)) to use the new blockingCount field.

This was confirmed working by adding stub_feature_flags(vue_issues_list: true) to ee/spec/features/issues/blocking_issues_spec.rb. This feature flag is not stubbed in this MR, and will instead be globally added in !61123 (closed).

Screenshots or Screencasts (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #322755 (closed)

Edited by Coung Ngo

Merge request reports

Loading