lib/eco/api/organization/presets_reference.json in eco-helpers-1.3.19 vs lib/eco/api/organization/presets_reference.json in eco-helpers-1.4.0
- old
+ new
@@ -3,39 +3,48 @@
"files": "browse",
"data": "view",
"reports": "view",
"organization": null,
"people": null,
+ "person_core": null,
+ "person_account": null,
+ "person_details": null,
"pages": "view",
"page_editor": null,
"registers": "view"
},
"forms" : {
"files": "browse",
"data": "view",
"reports": "view",
"organization": null,
- "people": "attach",
+ "person_core": "attach",
+ "person_account": null,
+ "person_details": "view",
"pages": "create",
"page_editor": "basic",
"registers": "view"
},
"editor" : {
"files": "browse",
"data": "update",
"reports": "edit",
"organization": "view",
- "people": "view",
+ "person_core": "view_people_manager",
+ "person_account": "view",
+ "person_details": "view",
"pages": "create",
"page_editor": "intermediate",
"registers": "view"
},
"administrator" : {
"files": "administrate",
"data": "administrate",
"reports": "administrate",
"organization": "administrate",
- "people": "edit",
+ "person_core": "edit",
+ "person_account": "edit",
+ "person_details": "edit_private",
"pages": "administrate",
"page_editor": "advanced",
"registers": "dashboard"
}
}