-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Page - Editor - Cloud
-
Minor
-
9
Issue Summary:
The view.submit() method from @forge/bridge successfully updates a rich text body macro on the first submission, but fails to apply updates on subsequent submissions. No error is thrown.
Steps to Reproduce
- Create a Confluence macro with a configuration UI that calls view.submit({ config, body })
- First submission: Call view.submit({ config, body }) with initial config and body
- Result: Macro displays updated body correctly
- Modify the config/body
- Second submission: Call view.submit({ config, body }) with new values
Expected Results
Macro should update with new config and body
Actual Results
Macro remains stuck on first submission's version; no updates applied
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available