Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
33.56k stars 1.87k forks source link

Unable to undo (cmd+z) a change once a request has been sent #7543

Closed rich-grundy-paytently closed 2 weeks ago

rich-grundy-paytently commented 2 weeks ago

Expected Behavior

Ability to undo a change to a request payload using cmd+z even after request has been sent.

1) Remove a property from the JSON payload 2) Send request 3) Cmd + z to undo the changes 4) Property removed in step 1 is returned

Actual Behavior

1) Remove a property from the JSON payload 2) Send request 3) Cmd + z to undo the changes 4) Undo is not possible and it's impossible to revert to the earlier version of the request without using the Discard all changes option in the sync menu

image

Reproduction Steps

1) Remove a property from the JSON payload 2) Send request 3) Cmd + z to undo the changes

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

9.3.0

What operating system are you using?

macOS

Operating System Version

macOs 13.5

Installation method

Download from website

Last Known Working Insomnia version

No response

rich-grundy-paytently commented 2 weeks ago

Just found that this is a duplicate of: https://github.com/Kong/insomnia/issues/7352

I've closed but it would be great to have an update

leonardogmz commented 2 weeks ago

Same here from:

image