Steps to reproduce:
- As a user without script right, add a gadget in the "My dashboard" section of the user profile (like a "Page Tree").
- Save the user profile.
Expected result: The gadget's title is shown as "Page Tree". Actual result: The gadget's title is shown as "$services.localization.render('rendering.macro.documentTree.name')". This is because the user doesn't have script right and as XWIKI-17794 has been fixed, users without script right cannot execute scripts in gadget titles anymore. |