Closed
Description
Description
Django CMS 4 lacks
Steps to reproduce
For this to observe, CMS_PERMISSION = True
needs to be set in settings.py
.
Steps to reproduce second behavior:
- Go to the admin page
- Click on "Pages global permissions" in the "django CMS" section
- Create a new global permission
- See error: "Can publish" is one of the permissions
Similar for per page permissions in advanced settings.
Expected behaviour
django CMS core should not know/care about publishing permissions.
Screenshot
Global permissions:

Additional information (CMS/Python/Django versions)
django CMS 4.1.0rc3,
CMS_PERMISSIONS = True
in settings.py
Do you want to help fix this issue?
- Yes, I want to help fix this issue and I will join #workgroup-pr-review on Slack to confirm with the community that a PR is welcome.
- No, I only want to report the issue.