-
Notifications
You must be signed in to change notification settings - Fork 75
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
Validation issues when creating a new model #13364
Labels
added-to-sprint
area/data-modeling
Area: Related to data models - e.g. create, edit, use data models.
kind/chore
status/triage
team/studio-domain1
Comments
mlqn
added
kind/bug
Used when there is a defect / something is not working as it should.
status/triage
labels
Aug 14, 2024
mlqn
added
the
area/data-modeling
Area: Related to data models - e.g. create, edit, use data models.
label
Aug 14, 2024
mlqn
changed the title
Issues with validation rules when creating a new model
Validation issues when creating a new model
Aug 14, 2024
4 tasks
nkylstad
added
kind/chore
and removed
kind/bug
Used when there is a defect / something is not working as it should.
labels
Sep 23, 2024
3 tasks
3 tasks
Tested Ok in dev 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
added-to-sprint
area/data-modeling
Area: Related to data models - e.g. create, edit, use data models.
kind/chore
status/triage
team/studio-domain1
Description of the bug
1. The regex allows invalid formats
Entering
(space) as a name is valid on the frontend but invalid on the backend.
a.
orregex.mov
2. The error message does not reflect the regex
Entering
1a
as a name is considered as invalid but it's not reflected in the error message1a.mov
3. The required message is missing
Entering an empty name should display a different message indicating that the name is required, similar to the message shown when trying to enter an empty name while creating an app.
required.mov
creating-app.mov
4. The error message is not cleared
When you close and reopen the dialog, the input text is cleared, but the old error message is still visible.
5. The input field is not focused
The input field should be focused when the creation dialog opens
6. Max length missing
A maxLength is missing on the input field, allowing long names that causes a backend error
max-length.mov
The text was updated successfully, but these errors were encountered: