Skip to content

Fix links in code quality widget

What does this MR do?

Fixes #328292 (closed)

It looks like MR !55708 (merged) removed some path variables that are still being used. That broke links to code in code quality widget.

More specifically:

My MR simply reintroduces those variables, same as they were before.

Screenshots (before)

  • Broken link to code introducing quality regression:

image

  • Broken link to code fixing quality regression:

image

  • Popup about base codequality artifact not being found never shows up, only the generic warning was being shown:

image

  • Vue debug screen showing the wrong link to quality regression

image

Screenshots (after)

  • Fixed link to code introducing quality regression:

image

  • Fixed link to code improving quality:

image

  • Fixed popup about base codequality artifact not being found:

image

  • Vue debug screen showing fixed url:

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Piotr Stankowski

Merge request reports