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
graphql.omit: true
Create a text field. Set ui.itemView.fieldMode to "hidden". Set graphql.omit.update to true.
ui.itemView.fieldMode
graphql.omit.update
true
The field is not visible.
The field is still visible.
The text was updated successfully, but these errors were encountered:
Sorry, ignore my previous comment, somehow this only happens if you set both exactly both fieldMode and the graphql.omit, resolving this now
fieldMode
graphql.omit
graphql: { omit: { update: true }, }, ui: { itemView: { fieldMode: 'hidden' } }
Sorry, something went wrong.
Thanks for reporting this @pc-erin, fixed in #8715
It seems the fix is wrong. See #9216.
dcousens
Successfully merging a pull request may close this issue.
Steps to reproduce the problem
Create a text field.
Set
ui.itemView.fieldMode
to "hidden".Set
graphql.omit.update
totrue
.What you expected to happen
The field is not visible.
What actually happens
The field is still visible.
The text was updated successfully, but these errors were encountered: