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.
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.