Commit a85a5f55 authored by Marc Shaw's avatar Marc Shaw

Bugfix: Disable the ability from the FE to use Approver != in MR search

This functionality currently does not work, and the query will be very
expensive and complex to do. So in the meantime we should remove the
ability to search for it from the frontend to not mislead customers.

Issue: gitlab.com/gitlab-org/gitlab/-/issues/218570
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/56310

Changelog: fixed
parent ece9a17c
...@@ -36,6 +36,7 @@ const approvers = { ...@@ -36,6 +36,7 @@ const approvers = {
symbol: '@', symbol: '@',
icon: 'approval', icon: 'approval',
tag: '@approver', tag: '@approver',
hideNotEqual: true,
}, },
tokenAlternative: { tokenAlternative: {
formattedKey: __('Approver'), formattedKey: __('Approver'),
......
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