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.
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.