Skip to content

Commit 791a6d4

Browse files
fix(marketplace): fix certified badge in marketplace (#489)
1 parent 2164867 commit 791a6d4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace': patch
3+
---
4+
5+
Fix certified badge in marketplace

workspaces/marketplace/plugins/catalog-backend-module-marketplace/src/providers/BaseEntityProvider.ts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export abstract class BaseEntityProvider<T extends Entity>
5454
metadata: {
5555
...file.content.metadata,
5656
annotations: {
57+
...file.content.metadata.annotations,
5758
[ANNOTATION_LOCATION]: `file:${this.getProviderName()}`,
5859
[ANNOTATION_ORIGIN_LOCATION]: `file:${this.getProviderName()}`,
5960
},

0 commit comments

Comments
 (0)