Skip to content

fixing wrong path for user profile in departments

Kaspar Vollenweider requested to merge fix/user_link_in_department_fixed into develop

It was a quite mean bug because it doesn't bang in most cases. Why: Profile and User are almost always saved together. So on a fresh DB they will also almost always turn out to have the same id. Almost... ;) And that's wat was not the case on the staging server, so linking like that didn't work there, but on our dev machines, it did.

Merge request reports