-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Page - Editor - Migration or Conversion to Fabric
-
None
-
1
-
Severity 3 - Minor
-
5
Issue Summary:
Macros migrated from DC to Forge have their layout incorrectly changed to inline, even if they are declared with block output type on both platforms.
Steps to Reproduce
To reproduce this, you need two equivalent apps that provide the same macro with block output on DC and Forge.
- On Confluence DC, install the app that provides the macro with block output
- Add the macro to a page
- On a Confluence Cloud site, install the equivalent Forge app that provides the same macro, with a matching key and layout: block on the manifest file
- Migrate the DC contents to Cloud using CCMA
Expected Results
The macro is rendered as in DC, with block layout.
Actual Results
The macro is rendered with inline layout. We can confirm this in the ADF of the macro:
"type": "inlineExtension",
Workaround
- Edit the page in Cloud and remove the macro from it
- Add the macro again
- Reconfigure it if needed
- depends on
-
CONFCLOUD-83162 Support for inline bodied macros
- In Progress