Skip to content

Fix work information in user popover

What does this MR do and why?

The user popover takes the workInformation from the API. The API already sanitizes the HTML causing & to become &. Therefore the data has to be displayed via v-safe-html instead of {{ }}.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Make sure your user has something with & in the job title or organization name.
  2. Create an issue in a project of choice
  3. Hover over the user which created the issue and check the work information

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports