Skip to content

[RUN AS-IF-FOSS] Fix regression in FOSS for search issue description highlight

Dylan Griffith requested to merge 254840-fix-ce-regression-issue-highlight into master

What does this MR do?

This fixes #254840 (closed)

The #use_elasticsearch? method is not defined in FOSS so we cannot refer to it. As such the easiest way to handle this is to move the logic into a helper and override in EE.

Screenshots

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

Closes #254840 (closed)

Merge request reports