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
Hi,
I've noticed that when updating a UnionField to include new models, the existing settings for this union aren't added to the new models.
For example when adding a new model to the union, the apiOnly state is not applied to the new model, but continues to exist on the older models.
As you can see, the visibility on the New one does not include the API Only from the existing one.
The text was updated successfully, but these errors were encountered:
@flexzuu any idea on this?
Sorry, something went wrong.
No branches or pull requests
Hi,
I've noticed that when updating a UnionField to include new models, the existing settings for this union aren't added to the new models.
For example when adding a new model to the union, the apiOnly state is not applied to the new model, but continues to exist on the older models.
Existing
New
As you can see, the visibility on the New one does not include the API Only from the existing one.
The text was updated successfully, but these errors were encountered: