-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Ecosystem
-
3
-
Minor
-
8
Issue Summary
This is reproducible on Data Center: no
Get macro body returns undefined when calling it on a page contained a macro and included with the include page macro.
Steps to Reproduce
- Create a page that has a dynamicContentMacro with a body
- Save the page
- Create another page with a “include page” macro that includes the previous page
- Save the page and view it
- window.AP.confluence.getMacroBody never returns anything for the macro used on the included page. The callback is not executed.
Expected Results
We can get data about the macro that is on the included page
Actual Results
`window.AP.confluence.getMacroBody` does not return a result
Workaround
One possible workaround is to use the other page as a smart link
- That way, they would always have the same content in both locations without the need to update the recently created page.
- blocks
-
ECOHELP-53180 Loading...