Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-42679

Expand Macro does not work with Future Macro in the 5.10 beta

XMLWordPrintable

      While checking future Macro on Confluence 5.10.0 Beta2, found that expand macro does not work with Future Macro.

      Earlier expand resources were loaded as context batch resources, but now looks like it is categorised as super.

      The resource now looks like atl.confluence.macros.expand.desktop,_super:atl.confluence.macros.expand.desktop,_super.js

      As already shared in the first comment, here is the condition to exclude superbatch resources:

      if ( !ws.toString().contains("superbatch") && !ws.toString().contains("_super"))

      Since expand resource contains _super it is being excluded, and is not working as expected.
      Need your help to understand the changes in categorisation.

              alyakovlev Alex Yakovlev (Inactive)
              b6c1d371603e Sunita Patro {Appfire}
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: