Only show active partners in API
Closes no issue
Previous behaviour
Steps to reproduce:
- Create an inactive partner.
- Go to
/api/v1/partners/
. - Notice that the inactive partner is included in the list and that there is no way to tell that the partner is inactive.
New behaviour
Steps to validate that it works:
- Create an inactive partner.
- Go to
/api/v1/partners/
. - Notice that the inactive partner is no longer included in the list.