-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Forge - Macro Extension Point
-
None
-
Severity 3 - Minor
-
Unit testing
-
S
Issue Summary
view.getContext() is returning the content type incorrectly for Confluence blogposts.
Steps to Reproduce
- Create a confluence macro forge app.
- Use the view.getContext() and check the content type for a blogpost. You can create a sample hello world test app and print the context data.
Expected Results
For a blogpost the context data returned should be blogpost.
Actual Results
For a blogpost the context data returned is page instead of blogspot
...
Workaround
NA