mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3115] [MERGED] fix: collection request name edit issue #4233
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#4233
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/3115
Author: @anwarulislam
Created: 6/5/2023
Status: ✅ Merged
Merged: 6/9/2023
Merged by: @AndrewBastin
Base:
release/2023.4.6← Head:fix/collection-request-name-edit📝 Commits (10+)
54490f0fix: collection request name edit issuee70a7eechore: invoke action to save request757be07chore: save only when savecontext is available057b2f8fix: default name appear on save modal1687e77chore: lint16a9557fix: just-in-time component initiatione002c37chore: added nullish coalescing operatorfc97f84feat: added toast to confirm saving238facafix: set dirty as false when saving from coll413671crefactor: revert toast📊 Changes
3 files changed (+13 additions, -3 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/index.vue(+10 -2)📝
packages/hoppscotch-common/src/components/http/Request.vue(+1 -0)📝
packages/hoppscotch-common/src/pages/index.vue(+2 -1)📄 Description
Tests
Personal workspace
Team workspace
Behaviours
🤖 Generated by Copilot at c343374
Summary
✨🐛♻️
Simplify request name editing in collections modal. Use
v-modelandeditingRequestNameref to bind data and UI elements incollections/index.vue.Walkthrough
Closes HFE-75
Closes #3114
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.