show org-admins all teams if ALL USERS setting enabled

This commit is contained in:
AlanCoding
2018-06-04 14:25:27 -04:00
parent d250b89f47
commit 74c6c350a1
3 changed files with 18 additions and 2 deletions

View File

@@ -38,7 +38,8 @@ register(
'ORG_ADMINS_CAN_SEE_ALL_USERS',
field_class=fields.BooleanField,
label=_('All Users Visible to Organization Admins'),
help_text=_('Controls whether any Organization Admin can view all users, even those not associated with their Organization.'),
help_text=_('Controls whether any Organization Admin can view all users and teams, '
'even those not associated with their Organization.'),
category=_('System'),
category_slug='system',
)