We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current behavior: while editing/inserting an object and click into a link to populate it, you then have to separately enter edit mode on that link
Expected behavior: Clearly you are already editing, so the link editor should be in edit mode already
EdgeDB 4.1+0c628ea (repl 4.0.2+500be79)
type Organization {} type User { required link organization: Organization; }
The text was updated successfully, but these errors were encountered:
Related papercut in this situation #229
Sorry, something went wrong.
Open nested data view in edit mode if parent is new inserted row (Fixes
660e0f1
#297)
473deb0
a08cd66
Successfully merging a pull request may close this issue.
Current behavior: while editing/inserting an object and click into a link to populate it, you then have to separately enter edit mode on that link
Expected behavior: Clearly you are already editing, so the link editor should be in edit mode already
EdgeDB 4.1+0c628ea (repl 4.0.2+500be79)
The text was updated successfully, but these errors were encountered: