Hi,
I created a macro in a plugin which returns a vm with some html, and when i try to use the sql macro and pass the wiki markup ; it returns the vm as a string and not the rendered html.
Im using confluence 5.3.4 and sql 6.30
Regards
Nelson
See this question: https://bobswift.atlassian.net/wiki/questions/77005157. I don't think I can help you any further.
Sql macro is able to render another macros by passing the wiki markup and selecting output as wiki ,so
I created a macro in a plugin (not user macro) and pass the wiki markup to the sql macro as
concat('{transition-deal:Status=Pursue|Text=No|pageId=',pageId,'}' ) as Actions
the sql macro output the following
<button title='Pursue' class='aui-button' onclick='dealTransitionConfirmation('Pursue', '/plugins/change-status/pursue-deal.action?pageId=27459751', 'Exploring')'><span class='aui-icon aui-icon-small Pursue' style='background-size: 16px !important;'></span> </button>
my macro extends BaseMacro and implements Macro.
it returns VelocityUtils.getRenderedTemplate("/vm/Btn.vm", contextMap);
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't understand your question. Can you post more details including markup?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.