Salim Elliye 3 days ago
parent 96c294f3aa
commit 10a9c63ad9

BIN
.DS_Store vendored

Binary file not shown.

BIN
osinaweb/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -133,7 +133,9 @@ class Ticket(models.Model):
else:
department_staff = set()
all_staff = staff_members.union(department_staff)
superusers = set(User.objects.filter(is_superuser=True))
all_staff = staff_members.union(department_staff, superusers)
return list(all_staff)

Loading…
Cancel
Save