Skip to content

Add None/Any search tokens to issues page refactor

Coung Ngo requested to merge 322755-add-none-any-to-issues-page-refactor into master

What does this MR do?

This MR adds None/Any options to the following in the issues page search bar:

  • Assignee token
  • My-Reaction token
  • Iteration token

The weight token already shows None/Any tokens. None/Any options were not added to the other tokens because they are not available for filtering in the API yet.

This change is part of the issues page refactor, which is behind the vue_issues_list feature flag defaulted to off.

List of issues list page refactor steps:

Issue: #322755 (closed)

Screenshots (strongly suggested)

Screen_Recording_2021-05-06_at_5.05.04_pm

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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