Aug 17 - Update customer roles management

This commit is contained in:
2026-08-17 14:18:10 -04:00
parent 3209a0c717
commit 5486145a24
24 changed files with 1119 additions and 191 deletions
+1 -1
View File
@@ -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)