Skip to content

Epic tree bug fixes

Rajat Jain requested to merge rjain-epic-trees into master

What does this MR do?

This MR solves the following:

  • Prevent ampersand from escaping in the tooltip.

Screenshot_2019-11-15_13.22.29

  • Setup autocomplete for epics when switching from issues. autocomplete-setup

  • Flushes the dirty input when the issuable changes - epic / issue. flush-input.gid

  • Deduplicates the references that are pushed in pendingReferences. dedup

Issues: #33820 (closed) & #32331 (closed)

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
Edited by Coung Ngo

Merge request reports