diff --git a/gamification-github-webapp/src/main/webapp/vue-app/engagementCenterExtensions/extensions.js b/gamification-github-webapp/src/main/webapp/vue-app/engagementCenterExtensions/extensions.js index 65557c6d..00e88f8d 100644 --- a/gamification-github-webapp/src/main/webapp/vue-app/engagementCenterExtensions/extensions.js +++ b/gamification-github-webapp/src/main/webapp/vue-app/engagementCenterExtensions/extensions.js @@ -17,7 +17,11 @@ export function init() { 'createIssue', 'requestReviewForPullRequest' ].includes(actionLabel), - getLabel: () => '' + getLabel: () => '', + getLink: (realization) => { + realization.link = realization.objectId; + return realization.link; + }, }, }); } \ No newline at end of file