bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Invalid project UUID in peer project link #1435

Closed mikkonie closed 2 months ago

mikkonie commented 2 months ago

In project_detail.html, the wrong UUIDs are provided for peer project links. We link to RemoteProject.sodar_uuid instead of RemoteProject.project.sodar_uuid. This will obviously not work.

This also hasn't been caught by test cases, obviously.

mikkonie commented 2 months ago

Fixed. Also did a bunch of refactoring of tests and templates.