mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1184] Requests being replaced inside folder #408
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#408
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 @IgorMaineti on GitHub (Sep 23, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1184
Describe the bug
Editing a folder path of a request will make it replace any requests inside the folder it was forwarded.
To Reproduce
Steps to reproduce the behavior:
Create a collection
Create one folder
Create two requests
Edit the path of the first request to go into the folder created earlier
Now edit the path of the second request to go into the same folder
Now the folder should have one request, it is the last one that you forwarded.
Expected behavior
The requests shouldnt replace any other requests previously on the folder.
Desktop (please complete the following information):
@liyasthomas commented on GitHub (Sep 23, 2020):
Thanks for reporting the issue. Working on a fix now.
@liyasthomas commented on GitHub (Oct 30, 2020):
This issue has been fixed in #1194
Now you can drag n drop requests to collections and folders.