Merge branch 'develop' into feature/docker
This commit is contained in:
commit
13c1bbb27d
@ -181,7 +181,7 @@ def work_page(request: WSGIRequest, id: int) -> HttpResponse:
|
||||
engineers = []
|
||||
light_agents = []
|
||||
for user in users:
|
||||
|
||||
|
||||
if user.custom_role_id == ZENDESK_ROLES['engineer']:
|
||||
engineers.append(user)
|
||||
elif user.custom_role_id == ZENDESK_ROLES['light_agent']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user