django-cms / djangocms-moderation

Other
13 stars 21 forks source link

Omit message from readonly_fields when user is a reviewer #76

Closed damilare closed 5 years ago

damilare commented 5 years ago

Due to https://code.djangoproject.com/ticket/15602 we can't access ModerationRequestAction objects when ModerationRequestActionInline, so we had to use ModerationRequest to limit adding/editing comment to reviewers for a request.