Closed (fixed)
Project:
Mongo Node
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jan 2015 at 13:27 UTC
Updated:
26 Feb 2015 at 08:09 UTC
Jump to comment: Most recent
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.