Skip to content

Add missing conan_metadatum to package presenter

Steve Abrams requested to merge 232998-package-metadata into master

What does this MR do?

At some point, the attributes for conan_metadatum stopped being delivered to the frontend, causing the Conan package details page to display incorrectly.

This MR adds the metadatum back to the payload to correct the UI.

Screenshots

Before (with bug)

Screen_Shot_2020-08-17_at_2.10.19_PM

After (with metadatum added back in)

Screen_Shot_2020-08-17_at_2.06.41_PM

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

Related #232998 (closed)

Merge request reports