Details
Description
Reproduction steps:
- Create a new page using the dashboard template.
- Add a new gadget and select the live data macro
- insert the gadget
- edit it again
- inspect the gadget title
Expected Result:
The title field contains
$services.localization.render('rendering.macro.liveData.name')
Actual Result:
The title field contains
<span class="fa fa-list-ul"></span> Properties
PS: Reproduced on 13.10.11 so likely not a regression
Explanation:
In dashboard.js, the title is retrieved by looking for the title class in the dashboard body. Any content containing an element with the same class can be used instead of the expected title.
Attachments
Issue Links
- is caused by
-
XWIKI-6092 Allow to edit the parameters of a gadget in the dashboard
- Closed