Reputation: 5256
It is very easy to give permissions to edit a specific page in django cms
However, I didn't find a way to give a permission to edit a page in a certain language.
It's a very common scenario, I have my Spanish, Russian and English editors, and I want that everyone will be able to edit only the pages in their language.
Is there a way of doing it that i'm missing? and if not, what can be done to solve it?
Upvotes: 3
Views: 280
Reputation: 11
At this moment there is an overhaul done of the page permission in Django CMS. One of the things they want to solve is Permission per language.
https://github.com/divio/django-cms/issues/4598
If everything goes well, it will be released in DjangoCMS 3.4
Upvotes: 1
Reputation: 15738
As of today, there is no way to set permissions on a page+language basis. The remaining options are to submit a feature request or fork django-cms and implement on your own.
Upvotes: 0