bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

fix: Generic assay plugin bugs #1983

Closed sellth closed 2 months ago

sellth commented 3 months ago

closes #1982

sellth commented 2 months ago

Now also closes #1984. What happens if we try to create links in an ontology or list column? Should we check for that?

mikkonie commented 2 months ago

Now also closes #1984. What happens if we try to create links in an ontology or list column? Should we check for that?

I would say these cases should be checked, as long as there's a somewhat-realistic chance someone woult attempt to create links to such columns. I'm not sure if it needs to go in this PR though or if it should be considered an additional feature. You make the call :)

sellth commented 2 months ago

The project might end up in a state which the user cannot recover from without admin help, but it will probably be an edge case. I would prioritise getting these fixes out.