how to add a permission to add messages to a user? #521
Unanswered
mike-ivc-inform
asked this question in
Q&A
Replies: 1 comment
-
Your suggestion will work. In my opninion, it's not the best the solution: In any case, there is some code cleanup to do to get the permissions right for the comments... Creating an issue from this discussion. |
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
-
Hello!
(win10, 6.14.0, Pgs12)
when I assign role groups, I cannot assign a role to add and change a comment. Therefore, a user who has group access rights assigned cannot create messages in the message tab.
To give permission to add messages to groups, I commented out the line in the code,
class Comment(models.Model):
after that I was able to give permissions to groups to add and modify messages.
QUESTION: I think this is the wrong decision. What are the options without interfering with the kernel code?
Beta Was this translation helpful? Give feedback.
All reactions