Merge pull request #1123 from wwitzel3/new-permissions

New RBAC Roles
This commit is contained in:
Wayne Witzel III
2018-02-15 16:56:03 -05:00
committed by GitHub
17 changed files with 281 additions and 69 deletions

View File

@@ -132,7 +132,7 @@ class Inventory(CommonModelNameNotUnique, ResourceMixin):
blank=True,
)
admin_role = ImplicitRoleField(
parent_role='organization.admin_role',
parent_role='organization.inventory_admin_role',
)
update_role = ImplicitRoleField(
parent_role='admin_role',