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

Project list zone column displays zone icon with a NOT CREATED zone #1962

Closed mikkonie closed 2 months ago

mikkonie commented 3 months ago

Minor bug I discovered in production. A project had a failed landing zone creation due to server issues. The zone remains in the NOT CREATED state, which makes it invisible in the zone list.

However, the project list landingzones column still displays a green zone link for the project, denoting that available zones exist.

I should also ensure no other "special" types cause this to happen.

mikkonie commented 2 months ago

Fixed. I also added UI tests for the custom column as those were previously missing.