Add component unique id to plugin context view 53/110953/2
authoraribeiro <anderson.ribeiro@est.tech>
Wed, 5 Aug 2020 14:46:43 +0000 (15:46 +0100)
committerSébastien Determe <sebastien.determe@intl.att.com>
Fri, 7 Aug 2020 09:04:07 +0000 (09:04 +0000)
Issue-ID: SDC-3224
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: Ib65bbc13766e2ae794ff26c41ee4f94770a362ee

catalog-ui/src/app/ng2/pages/plugins/plugin-context-view/plugin-context-view.page.component.ts

index 21aa858..ee7dc7d 100644 (file)
@@ -36,6 +36,7 @@ export class PluginContextViewPageComponent {
             displayType: "context",
             contextType: this.component.getComponentSubType(),
             uuid: this.component.uuid,
+            componentId: this.component.uniqueId,
             lifecycleState: this.component.lifecycleState,
             isOwner: this.component.lastUpdaterUserId === this.user.userId,
             version: this.component.version,