mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2495] [bug]: I think there is a problem with saving state #842
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#842
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hckhanh on GitHub (Jul 9, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2495
Originally assigned to: @amk-dev on GitHub.
Is there an existing issue for this?
Current behavior
You can watch my recorded footage to get an idea about this bug.
e36f6add-238e-4156-8bf1-00f28dd0d149.webm
The saving state did not reset after rejecting the unsaved changes
Steps to reproduce
Click to another request after rejecting unsaved changes.
Environment
Production
Version
Cloud
@WaylonOKC commented on GitHub (Jul 14, 2022):
I think this may be leading to the random issue that I'm seeing where saving a change to an API overwrites the previous API effectively deleting one (the previous api) and making a duplicate of the other (the one currently being saved).
@gabrielmdu commented on GitHub (Jul 18, 2022):
Isn't this the same problem addressed in #2324?
@rieger-jared commented on GitHub (Jul 22, 2022):
This bug is making hopscotch "unusable" for me. When will #2324 be live?
@liyasthomas commented on GitHub (Jul 26, 2022):
cc: @AndrewBastin, @nivedin
@AndrewBastin commented on GitHub (Jul 28, 2022):
As of e9576dd33962d675978be6e5461f9303b811abae....
I have implemented the fix for when there is no save context (no green dot) and you select a request which has no difference between the contents in the editor.
For other cases, it is still marked as an intended behavior. Closing the issue, but welcoming for conversations.