Skip to content

204774 Quick actions executed in multiline inline code, when placed on it's own line

What does this MR do?

This MR fixes issue 204774 Quick actions executed in multiline inline code, when placed on it's own line

This example works correctly (does not add a label)

`/label ~"Test Label"`

However the following adds the label, and shouldn't. This MR fixes this case:

`
 /label ~"Test Label"
`

Screenshots

Before fix: image image

After fix: image

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 #204774 (closed)

Merge request reports

Loading