ensure org auditor can see org credentials

This commit is contained in:
Wayne Witzel III 2016-06-21 14:43:40 -04:00
parent 51150ce7fc
commit c7cf954476

View File

@ -226,7 +226,8 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique, ResourceMixin):
read_role = ImplicitRoleField(parent_role=[
'singleton:' + ROLE_SINGLETON_SYSTEM_AUDITOR,
'use_role',
'owner_role'
'owner_role',
'organization.auditor_role',
])
@property