You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moduledefault {
type Test {
required a: A;
required b: B;
}
type A {
required a: str;
}
type B {
required b: str;
}
}
Do the following:
Go to the data explorer
Go to default::Test table
Click on insert Test button
Click on the a column to go to the default::A table
Click on insert A button
Add a string for the a column.
Click on the back button to go back to Test
Repeat steps 4 - 6 for the b column
Click on review changes
Click on commit
After following these steps, you should see the foollowing error:
On a related but different note, I am a user who is legally blind, and it was very difficult to get this data, because the UI does not allow selections with the mouse cursor, which makes it hard to focus on with the screen reader. Otherwise, I would have copied the text here, rather than taking a screenshot. I'll open separate issues for the issues I ran into trying to navigate around.
I also tested on 5.7 as well as 6.0.0-beta.1
The text was updated successfully, but these errors were encountered:
Given the following schema:
Do the following:
default::Test
tableinsert Test
buttona
column to go to thedefault::A
tableinsert A
buttona
column.Test
b
columnAfter following these steps, you should see the foollowing error:
On a related but different note, I am a user who is legally blind, and it was very difficult to get this data, because the UI does not allow selections with the mouse cursor, which makes it hard to focus on with the screen reader. Otherwise, I would have copied the text here, rather than taking a screenshot. I'll open separate issues for the issues I ran into trying to navigate around.
I also tested on
5.7
as well as6.0.0-beta.1
The text was updated successfully, but these errors were encountered: