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
When users don't have permission to all inline models, the content may still be edited, or cause errors.
For example, when users have no permission on the Placeholder model, the inline will try to re-create the object while it already exists. Error:
IntegrityError: duplicate key value violates unique constraint "fluent_contents_placeholde_parent_type_id_451c85966d08dedf_uniq" DETAIL: Key (parent_type_id, parent_id, slot)=(29, 52, blog_contents) already exists.
When the ContentItem inlines don't have edit permission, the elements should still be displayed, but not made editable.
ContentItem
The text was updated successfully, but these errors were encountered:
Or at least show normal error not the strange exception.
Sorry, something went wrong.
No branches or pull requests
When users don't have permission to all inline models, the content may still be edited, or cause errors.
For example, when users have no permission on the Placeholder model, the inline will try to re-create the object while it already exists. Error:
When the
ContentItem
inlines don't have edit permission, the elements should still be displayed, but not made editable.The text was updated successfully, but these errors were encountered: