-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
5.9.1, 6.4.0
-
Stopped working from Confluence 5.9
-
7
-
Severity 2 - Major
-
3
-
When Page Properties Report macro is embedded in Bob Swift’s Cache Macro, Cache macro is unable to get the web-resources required for the context, hence unable to render. In fact it repeatedly (never ending) reloads the page every few seconds, on each reload iteration the page URL changes with "&pagepropertiesreport.serverrender" being appended each time.
Same is the behaviour when Page Properties Report macro is embedded in Future Macro as well.
- links to
Hi Top,
I believe the best solution is for the Page Properties report macro to issue an event in the same way that the JIRA filter macro does. When the macro is done loading a completed event is issued that we can listen for and react to. If the macro fails then it can issue some failure event as well. This is the pattern I was suggesting be followed by all asynchronously loading macros.
is that what you were asking for?
Thanks!