Always use user pk to lookup a user and/or member
Closes #481 (closed)
Previous behaviour
Steps to reproduce:
- Go to the member page of cohort 2017.
- Click on
Aniek den Teuling
with member id1559
. - Observe that you are redirected to
Romy Stähli
with user id1559
.
New behaviour
Steps to validate that it works:
- Go to the member page of cohort 2017.
- Click on
Aniek den Teuling
with member id1559
. - Observe that you are redirected to
Aniek den Teuling
with user id1560
.