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

Properly enable superuser landing zone controls for locked zones #1892

Open mikkonie opened 5 months ago

mikkonie commented 5 months ago

It seems there was a bit of an oversight when enabling superuser controls for locked landing zones. The controls are enabled in the UI, but if the zone is in a locked state, triggering zone validation/moving (probably also deletion?) are blocked.

TBD: Best way to handle this? IMHO the most optimal way would be to add a "set zone active" control for the superuser. This could also check if a celery task related to the zone is still running or not.

This is related to #1458. If we manage to completely fix that, this one might not be so relevant.