django-cms / djangocms-moderation

Other
13 stars 21 forks source link

Page is not accessible via page tree under moderation #6

Closed FinalAngel closed 5 years ago

FinalAngel commented 6 years ago

We're experiencing a bug related to the moderation plugin. The issue is not occurring for all pages, but we do have a page that we are unable to publish. We are able to view the page until we submit a moderation request, but after submitting the request we see 'You don't have permission to see page' error (screen shot attached). Even the person that submitted the request can not view the page. If we delete the moderation request we can view the page again.

Reported via Intercom (https://app.intercom.io/a/apps/wcfe7111/inbox/inbox/63264/conversations/15005231967)

mmoravcik commented 6 years ago

This is caused by this: https://github.com/divio/djangocms-moderation/blob/master/djangocms_moderation/monkeypatches.py#L34

mmoravcik commented 5 years ago

Not applicable/fixed in release/1.0.x