view.submit() fails to update macro body on subsequent calls without error

XMLWordPrintable

    • 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

      1. Create a Confluence macro with a configuration UI that calls view.submit({ config, body })
      2. First submission: Call view.submit({ config, body }) with initial config and body
        • Result: Macro displays updated body correctly
      3. Modify the config/body
      4. 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

              Assignee:
              Unassigned
              Reporter:
              Deepak Pandey
              Votes:
              32 Vote for this issue
              Watchers:
              18 Start watching this issue

                Created:
                Updated: