Closed
Description
Prerequisites
XWiki 14.10.5
Step to reproduce
- Install Pro Macro v.1.7
- Obtain trial license
- Go to Sandbox or any test page and place this code
aaaa {{status title="Texte1" colour="Grey"/}} bbbb {{status title="Texte2" colour="Grey"/}} cccc
- Save it
- Upgrade Pro Macro up to v1.8.1 (same if upgrade up to 1.8 or 1.7.1)
During this process, observe the installation log and see this line
Can't find any existing component with class [com.xwiki.macros.userlist.internal.macro.GroupReferenceListConverter]. Ignoring it.
- Refresh page that was edited on step 3
Note: if you observer the code again it will be transformed into
aaaa {{status title="Texte1" colour="Grey"/}}
(% class="greyStatus statusBox" title="Texte1" %)Texte1
bbbb {{status title="Texte2" colour="Grey"/}}
(% class="greyStatus statusBox" title="Texte2" %)Texte2
cccc
Expected Result
The update has no effect on Status macro. The layout is still the same as it was after step 4.