-
Notifications
You must be signed in to change notification settings - Fork 8
Fix subdomain name duplicates #4266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
Screen.Recording.2025-07-01.at.15.45.42.movstill gives name exists error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neat fix but given we can choose any two alphabetical characters while allowing repition, then we've got 26 x 26 = 676 options only. Let's hope user doesn't need more than that haha
suggestName(); | ||
} | ||
}); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we please do the same but without using a watcher for efficiency?
Ok, but it's about renaming the subdomains. As it's not duplicated anymore, the error is not related |
Description
Fix subdomain name duplicates when the dialog fires
Changes
Screencast.from.30-06-25.15.39.51.webm
Related Issues
Tested Scenarios
Documentation PR
For UI changes, Please provide the Documentation PR on info_grid
To consider
Preliminary Checks:
UI Checks:
Code Quality Checks:
Testing Checklist
General Checklist