Aug 17 - Update customer roles management
This commit is contained in:
@@ -92,7 +92,7 @@ def _assignee_label(user):
|
||||
glance that the work is going outside the company. Display only; the
|
||||
stored value is still the user id.
|
||||
"""
|
||||
return (f'{user.display_name} (External)'
|
||||
return (f'{user.display_name} (Customer)'
|
||||
if user.is_external_inspector else user.display_name)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user