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

Handle StudyLinksAjaxView errors in Vue app #1965

Closed mikkonie closed 1 month ago

mikkonie commented 1 month ago

While doing #1963, I noticed that while StudyLinksAjaxView returns errors, they are not properly handled in the Vue app UI. Something should be done about that.

While at it, we should catch get_shortcut_links() exceptions as those may well occur in case the study plugin runs into a bug.

mikkonie commented 1 month ago

Done.