Does anybody knows how to get an access to dataobject entries when one group is limited to one site section?
I have sections like:
Home
About us
Products | <----- Group "Marketing" have an access to this place only.
|-> Product group 1
|-> Product group 2
The problem I have is that I can limit an access for "Marketing" group and they're able to edit and view the page (and children-pages) but don't see DataObject entries (there's no listing) as well as add/delete or edit those entries.
If I will set "all administrator access" to the "Marketing" group the it works but at the same this group have an access to the whole site. (and I'd like it to have it just to "Products" and it's children.
Does anybody knows how to sort this out?
PermissionProvideris still there in 3.1, in fact it's still there in 3.3 github.com/silverstripe/silverstripe-framework/blob/3.3/… - theruss