Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
17.10.9
-
Windows 11 Pro, Firefox 152, using an instance of XWiki 17.10.10 on MySQL 9.7, Tomcat 11.0.24
-
Unknown
-
Description
Steps to reproduce:
- Have an user with a valid email address set and following the entire wiki on Notification preferences
- Login as Admin
- Create/update/comment/delete a page
- Mention the user in a page
- Like a page
- Trigger the "Notifications daily email" job from Scheduler.WebHome
- On the user's received email, click on "..." (More) > '<> Show original' to see the text version of the notifications email
- Observe the displayed events under the Event(s) on the wiki: section
Expected results
All events have user friendly and simple described events, like there are already:
- for Create: [create]
- for Update events: [update]
- for Delete: [delete]
Actual results
- for Comment there is: [addComment]
- for Mentions there is: [mentions.mention]
- for Like there is: [org.xwiki.like.events.LikeRecordableEvent]
which are a bit technical not quite user friendly.
Also, instead of Pages header for each event, only on Like and Mentions there is displayed:
- for Like: org.xwiki.platform:xwiki-platform-like-notifications
- for Mentions: org.xwiki.contrib:mentions-notifications
Please see the attached screenshot.
The issue is not new, reproducing also on previous XWiki versions.