Signalen / frontend

Frontend for Signalen, an application that helps cities manage and prioritize nuisance reports.
https://signalen.org
Mozilla Public License 2.0
10 stars 4 forks source link

Show all users from a signal's departments on detail page #105

Closed boris-arkenaar closed 3 years ago

boris-arkenaar commented 3 years ago

When assigning an incident to an employee, it shows the users that are in the incident's departments. It looks up those users from the first 'page' from the users endpoint (i.e. the first 100 users). This is not correct.

Use the filter endpoint made in Signalen/backend#113 to remedy this issue.