mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #1150] [MERGED] Handle postman subfolders when importing json #3091
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#3091
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/1150
Author: @florinmirosnicencu
Created: 9/8/2020
Status: ✅ Merged
Merged: 9/8/2020
Merged by: @liyasthomas
Base:
master← Head:handle_postman_subfolders_when_importing_json📝 Commits (7)
5535c12Implement sub folder flattening logic22df034Implement sub folder flattening logic9298b27Fix sub folder name composition6811bddMake the sub folder children appear2e3017bRevert changes from case where name is not picked up when collection contains only folders7352236Pick up collection name even if children are only folders321f7acClean up📊 Changes
1 file changed (+43 additions, -0 deletions)
View changed files
📝
components/collections/import-export-collections.vue(+43 -0)📄 Description
Hello everybody,
I have created this pr in order to fix this issue #850 .
It's based on the idea mentioned by @exussum12, but instead of a space between subfolder names I have chosen -- for better clarity.
Looking forward to your feedback.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.