Skip to content

Commit

Permalink
feal: Display last comments on kudos activity - MEED-4546 - Meeds-io/…
Browse files Browse the repository at this point in the history
…MIPs#124

(cherry picked from commit f5a8f4e)
  • Loading branch information
SaraBoutej committed May 13, 2024
1 parent 8d053fb commit b4b8cb6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kudos-webapps/src/main/webapp/vue-app/js/Kudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,15 @@ export function registerActivityActionExtension() {
}
},
canEdit: activityOrComment => activityOrComment.identity.id === eXo.env.portal.userIdentityId,
forceCanEditOverwrite: true,
forceCanEditOverwrite: true
},
});

extensionRegistry.registerExtension('activity', 'expand-action-type', {
id: 'KudosActivityReceiverNotification',
rank: 30,
});

extensionRegistry.registerExtension('activity', 'action', {
id: 'cancelKudos',
labelKey: 'kudos.label.cancelKudos',
Expand Down

0 comments on commit b4b8cb6

Please sign in to comment.