Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
9.10.2
-
None
-
Windows 10 Pro 64 bit, IE11, using a local instance of XWiki 11.5, on MySQL 5.7
-
Unknown
-
Description
STEPS TO REPRODUCE
Preconditions: Blog Application is already installed.
- Login as Admin
- Create a blog post
- Create or edit a Dashboard page
- Click 'Add Gadget'
- Select 'Blog Post Layout Compact'
- Fill the blog post's reference
- Click 'Submit'
EXPECTED RESULTS
The 'Blog Post Layout Compact' is added as a gadget with its title properly displayed.
ACTUAL RESULTS
The gadget's title is not properly rendered. In addition to this, a line of code is also displayed under this gadget:
$services.localization.render('rendering.macro.blogPostLayoutCompact.name')
The following gadgets' titles are also not properly rendered when added:
- Blog Post Create
- Blog Post Layout Full
- Blog Post Layout Image
- Blog Post Layout Link
- Blog post list
- Cards Blog Post Layout
However, the line of code is displayed only under theĀ 'Blog Post Layout Compact' gadget.