mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3588] [MERGED] fix: email validation failure in cases when email entered is correct when trying to create a team in admin dashboard #4438
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#4438
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/3588
Author: @joeljstephen
Created: 11/23/2023
Status: ✅ Merged
Merged: 11/29/2023
Merged by: @AndrewBastin
Base:
release/2023.12.0← Head:fix/dashboard-team-email-validation📝 Commits (3)
52c4a5bfix: two way binding in smart auto completefce863erefactor: reset owner email only when modal exists35a0ffbfix: dynamically bind the value for type attribute📊 Changes
4 files changed (+31 additions, -7 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/src/components.d.ts(+5 -0)📝
packages/hoppscotch-sh-admin/src/components/teams/Add.vue(+11 -4)📝
packages/hoppscotch-sh-admin/src/pages/teams/index.vue(+1 -1)📝
packages/hoppscotch-ui/src/components/smart/AutoComplete.vue(+14 -2)📄 Description
Ticket
Description
This PR focuses on fixing an issue where in few cases, email validation fails when trying to enter the email address of the owner of the team to be created, even when the email address entered is correct. This PR also brings a fix to SmartAutoComplete component to refine and improve the two way binding of data, with the component invoking the autocomplete UI component.
Objectives
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.