You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I can still change the description and weight field of the open question.
I'm also able to reorder them. When I save the object, these changes are not saved, but I think I still shouldn't be allowed to change the values. I also tried adding the has_..._permission methods to the OpenQuestionInline, but it did not seem that they were called.
The text was updated successfully, but these errors were encountered:
I also have the same issue. My configuration is exactly the same (minus the SortableMixin). Regardless, I can still edit fields even when explicitly returning False in has_change_permission.
I have a polymorphic model
Question
with a submodelOpenQuestion
. I use the followingInlineAdmin
:However, I can still change the
description
andweight
field of the open question.I'm also able to reorder them. When I save the object, these changes are not saved, but I think I still shouldn't be allowed to change the values. I also tried adding the
has_..._permission
methods to theOpenQuestionInline
, but it did not seem that they were called.The text was updated successfully, but these errors were encountered: