-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fix 6279 wrong validation of projectid #589
Fix 6279 wrong validation of projectid #589
Conversation
@nick2432 is attempting to deploy a commit to the appwrite Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
lets use some shorter syntax and we are good imo 👍🏻
src/routes/console/organization-[organization]/createProject.svelte
Outdated
Show resolved
Hide resolved
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
…velte Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
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.
What does this PR do?
update the helper text
Fixes appwrite/appwrite#6279
Test Plan
I update the CustomId component when name is project, it will use a new InputProjectId rather than InputId.
I updated the unit tests, and I verified that they all passed successfully.
before
after
![Screenshot from 2023-10-16 10-13-59](https://github.com/appwrite/console/assets/77477551/ad2c5ffe-5b81-4ccd-aeea-ab
d58c280610)
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
(Write your answer here.)