Add accumulation of permission message when using |
operator
#8936
Unanswered
rnv812
asked this question in
Ideas & Suggestions
Replies: 1 comment
-
since it is a usability improvement I am open to see the implementation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If we have expression of permissions using
|
operator the messages that custom permission classes store loses in response details. Instead of it we have default message.- Lost message if permission call is false
May be we should save message in
OR
class? (to getmessage
attribute ofop1
orop2
in__init__
call ofOR
)I don't think it is complicated to implement this, so I could try and then create a pull request.
Beta Was this translation helpful? Give feedback.
All reactions