3.9.3+ Comment Permissions

When working through some changes on this site the other day I noticed the initial permissions shipping with eZ 3.9.3 and above are incorrect for providing comment access to blog posts.

There is a missing class entry in the members policies to allow commenting on the Blog Post class. See below:

	Class( Comment ) , Section( Standard ) , ParentClass( Article , Article (main-page) , Blog )

To enable Members to post comments on your blog, you will need to add a new create permission for the Blog Post class (or modify the existing one).

	Class( Comment ) , Section( Standard ) , ParentClass( Article , Article (main-page) , Blog post )

This appears to be an issue from 3.9.3 through to 3.10. I haven’t checked 4.0 as yet.


 
 
 
blog comments powered by Disqus