Mongo Node incorrectly implements permission strings. If I have Content type with the same name as a mongo node entity, permission names go into collision.
When building permissions we need to specify the entity type and bundle pair.
Mongo Node incorrectly implements permission strings. If I have Content type with the same name as a mongo node entity, permission names go into collision.
When building permissions we need to specify the entity type and bundle pair.
Comments
Comment #1
mihai_brb commentedComment #2
mihai_brb commentedOne option is to add permissions like commerce does:
create {entity_type} entities of bundle {bundle_name}
Operations:
view/create/edit own/edit any/delete
Comment #3
mihai_brb commentedImplemented in 7.x-1.x branch.