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

mihai_brb’s picture

Issue summary: View changes
mihai_brb’s picture

Assigned: Unassigned » mihai_brb

One option is to add permissions like commerce does:
create {entity_type} entities of bundle {bundle_name}

Operations:
view/create/edit own/edit any/delete

mihai_brb’s picture

Status: Active » Closed (fixed)

Implemented in 7.x-1.x branch.