Hi All,
we just upgraded our Confluence from 3.5 to 4.2. In the Admin -> User Macros menu we get an announcement info:
"There are user macros with wiki formatted templates. They have been highlighted below.
For these macros to continue working in future versions of Confluence they must be manually changed to use HTML templates.
There are user macros without any metadata configured in their template. They have been highlighted below.
For these macros to be available for use in content they require parameter information. See the Guide to User Macro Templates."
The weird thing is that this is with the 'spaceaccess' macro which is an "official" Atlassian macro.
Can you please suggest for a help?
Thanks in advance!
Rumi
Hi Matthew,
of course, here is our code:
{report-block} {combining-reporter:unique=true} #set ($prevname = "") #foreach ($perm in $space.getPermissions()) #if ($perm.isUserPermission()) #if ($prevname != $perm.getUserName()) #set ($prevname = $perm.getUserName()) {user-reporter:user=$perm.getUserName()} #end #else #if ($prevname != $perm.getGroup()) #set ($prevname = $perm.getGroup()) {user-reporter:group=$perm.getGroup()} #end #end #end {combining-reporter} {report-body} {report-info:user:full name|link=true} {report-body} {report-block}
Many thanks for the help!
Rumi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post the code for the macro and we'll take a look.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.