edgedb-ui
edgedb-ui copied to clipboard
Data explorer fails to insert links
Given the following schema:
module default {
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::Testtable - Click on
insert Testbutton - Click on the
acolumn to go to thedefault::Atable - Click on
insert Abutton - Add a string for the
acolumn. - Click on the back button to go back to
Test - Repeat steps 4 - 6 for the
bcolumn - 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